﻿@charset "utf-8";

/* *******************************************************************
	font style
******************************************************************* */
/*
	1. Nanum Myeongjo (Korean) http://www.google.com/fonts/earlyaccess
*/
@font-face {
  font-family: nm;
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.eot);
  src:local(※), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-Regular.woff) format('woff');
}
@font-face {
  font-family: nm;
  font-style: normal;
  font-weight: bold;
  src: url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-ExtraBold.eot);
  src:local(※), url(//fonts.gstatic.com/ea/nanummyeongjo/v4/NanumMyeongjo-ExtraBold.woff) format('woff');
}
/*
    contents-area, contents-title
*/
.contents-area {
  float: left;
  margin-left: 40px;
  width: 760px;
  min-height: 600px;
  padding-bottom: 80px;
}
.contents-title {
  padding-top: 25px;
  margin-top: 0;
  margin-bottom: 30px;
  height: 70px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #eeeeee;
}
/*
    section
*/
/*본문스타일: 기본*/
.section .mobile-hidden {
  display: block;
}
.section .highlight-blue {
    color: #33f;
}
.section .highlight-red {
    color: #f33;
}
.section {
  position: relative;
  text-align: justify;
  letter-spacing: 0;
  word-break: keep-all;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
  color: #333;
}
.section h4.conts-title {
  font-size: 18px;
  font-weight: 700;
  margin: 40px 0 5px 0;
}
.section h4.conts-title i {
  padding-right: 8px;
  color: #195992;
  font-weight: 700;
}
.section h5.conts-semi-title {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
.section h5.conts-semi-title.first {
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
}
.section h5.conts-semi-title i {
  vertical-align: middle;
  padding-right: 10px;
  font-size: 18px;
  color: #158038;
}
.section .sub-title-colored {
  font-size: 16px;
  font-weight: 700;
  color: #195992;
  margin: 30px 0 5px 0;
}
.section h5.sub-title-bullet {
  font-size: 14px;
  margin: 10px 0 5px;
  padding-left: 15px !important;
  background: url("/images/bullet/bullet_h4_02.png") left center no-repeat;
}

.section p {
  font-weight: 400;
}
/*.section strong {*/
/*font-weight: 400;*/
/*}*/
.indent-01{
  padding-left: 35px !important;
}
.indent-02{
  padding-left: 25px !important;
}
.indent-03{
  padding-left: 15px !important;
}

/*indent*/
.indent p,
.indent table,
.indent ul{
  margin-left: 30px;
}
/*sup*/
.section sup {font-size:10px;}

/*btn*/
.btn-area:after {
  content: '';
  display: block;
  clear: both;
}
.btn-area {
  *zoom:1;
  margin: 10px 0 30px;
}
.btn-area02 {
  margin: 10px 0 10px;
  text-align: right;
}
/*ul*/
ul.disc li {
  padding-left: 8px;
  margin-left: 7px;
  background: url("/images/bullet/bullet_main_list_3x3.png") left 10px no-repeat;
}
ul.disc li.no-disc {
  background: none;
}
ol {
  padding-left: 15px;
}
ol li {
  list-style: decimal;
  padding-left: 5px;
}

/*download box*/
/* 다운로드 리스트 */
.download-list02 {
  /*padding-left: 0 !important;*/
  /*margin-top: 30px;*/
  padding: 10px 20px;
  list-style: none;
  border: 5px solid #eee;
}
.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.btn {
  float: right;
  margin-top: 5px;
  display: inline-block;
  width: 100px;
  line-height: 23px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
}
.download-list02 li a.btn-download {
  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,
.download-list02 li a.btn i {
  padding-right: 8px;
}
i.pdf {
  color: #ff3f39;
}
i.hwp {
  color: #49bffd;
}
i.zip {
  /*color: #eaa752;*/
  color: #3c497e;
}
i.share {
  color: #1554b0;
}
i.e-book {
  color: #49bffd;
}


/* bullet */
.ion-android-arrow-dropright-circle {
  color: #ccc;
  font-size: 20px;
  margin-right: 5px;
}
/*.section ul.disc {*/
/*list-style: disc;*/
/*padding-left: 20px;*/
/*}*/

/*준비중 입니다.*/
.uc {
  padding: 45px 0;
  font-size: 25px;
  background-color: #fafafa;
  /*border: 1px solid #dfdfdf;*/
  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;
}


/* *******************************************************************
    학회안내 - 학회소개 *
******************************************************************* */
.introduction .tab-pane {
  padding: 40px 0;
}
.introduction .tab-pane h3 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
.introduction .tab-pane p {
  margin: 0 0 20px;
}
.introduction .tab-pane p.chairman {
  text-align: right;
}
.introduction .tab-pane p.chairman .organ {
  display: block;
  margin: 0 0 0 10px;
}
.introduction .tab-pane p.chairman .name {
  display: block;
}
.introduction .tab-pane p.chairman b {
  margin: 0 0 0 10px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

/* *******************************************************************
    학회안내 - 인사말 *
******************************************************************* */
.greeting .hyphen li {
  padding-left: 10px;
  position: relative;
}
.greeting .hyphen li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  content: "- ";
}

.greeting p {
  margin: 0 0 20px;
}
.greeting p img {
  float: left;
  margin: 0 30px 20px 0;
  width: 150px;
}
.greeting p.chairman {
  text-align: right;
}
.greeting p.chairman .organ {
  display: block;
  margin: 0 0 0 10px;
}
.greeting p.chairman .name {
  display: block;
}
.greeting p.chairman b {
  margin: 0 0 0 10px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
.greeting-img p img {
  float: none;
}
.greeting-img p {
  float: left;
}
.greeting-img .txt {
  float: left;
  width: 550px;
}


/* *******************************************************************
    학회안내 - 학회연혁
******************************************************************* */
.history-box.first {
  /*border-top: 1px solid #195992;*/
  /*margin-top: 30px;*/
}
.history-area h4.round-square.first {
  margin: 0 0 10px;
}
.history-area h4.round-square {
  width: 150px;
  padding: 5px 10px;
  margin: 40px 0 10px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  border: 1px solid #2aa3dc;
  border-radius: 5px;
  background: #2aa3dc;
}
.history-box {
  padding: 5px 0;
  border-bottom: 1px dotted #ddd;
}
.history-box:after {
  display: block;
  content: '';
  clear: both;
}
.history-box dt {
  float: left;
  display: block;
  width: 150px;
  text-align: center;
  /*vertical-align: middle;*/
  color: #195992;
  font-weight: 700;
}
.history-box dd {
  float: left;
  padding: 0 0 0 30px;
  width: 560px;
  /*text-align: center;*/
}
.history-box dd p {
  padding: 0 0 0 10px;
}
.history-box dd .bullet {
  background: url("/images/bullet/bullet_main_board.jpg") 0 center no-repeat;
}
.history-box dd img {
  width: 260px;
}
.history-box ul.depth1 {
  padding-left: 15px;
}

/* *******************************************************************
    학회안내 - 학회 임원진
******************************************************************* */
.board_member h4 {
}
.board_member {
  width: 100%;
}
.board_member .member-area-type2 .member-area {
  overflow: hidden;
  height: 146px;
  margin-bottom: 15px;
}
.board_member .member-area {
  float: left;
  width: 50%;
  height: 120px;
  margin-bottom: 10px;
}
.board_member .member-card {
  display: inline-block;
  width: 300px;
  padding: 10px 15px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 5px;
}
.board_member .member-card:after {
  display: block;
  content: '';
  clear: both;
}
.board_member .member-card dt {
  display: block;
  float: left;
}
.board_member .member-card dt img {
  width: 75px;
  height: 90px;
}
.board_member .member-card dt img.logo {
  padding: 12px 0;
}
.board_member .member-card dd {
  text-align: left;
  display: block;
  float: left;
  /*width: 120px;*/
  height: 82px;
  padding: 0 0 0 20px;
}
.board_member .member-card dd ul {
  display: inline;
  vertical-align: middle;
  /*position: relative;*/
  /*top: 10px;*/
}
.board_member .member-card dd ul li {
  font-size: 14px;
  line-height: 1.5;
}
.board_member .member-card dd ul li.position {
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 5px;
  /*color: #195992;*/
}
.board_member .member-list {
  /*list-style: none;*/
  -moz-column-count: 2;
  -moz-column-gap: 0;
  -moz-column-fill: balance;
  -webkit-column-count: 2;
  -webkit-column-gap: 0;
  -webkit-column-fill: balance;
  column-count: 2;
  column-gap: 0;
  column-fill: balance;
  list-style-position: inside;
}

.board_member .member-list li {
  /*font-weight: 700;*/
  line-height: 1.7;
  vertical-align: middle;
  /*color: #666;*/
}
.board_member .member-list li span {
  font-weight: 400;
  color: #888;
  /*color: #b0b0b0;*/
}
.board_member .nav-tabs > li.active > a,
.board_member .nav-tabs > li.active > a:focus,
.board_member .nav-tabs > li.active > a:hover {
  border-top: 3px solid #2aa3dc !important
}


/* *******************************************************************
    학회안내 - 정관 및 제규정
******************************************************************* */
/* Only resize the element if PDF is embedded */
.pdf-area iframe {
  width: 760px;
  height: 1000px;
  box-sizing: border-box;
  border: 5px solid #eee;
}
.status-area {
  margin-top: 30px;
}

.link-area {
  padding: 0 0 15px 0;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #fafafa;
}
.link-area .link-title {
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0 10px 30px;
}
.link-area:after {
  content: '';
  display: block;
  clear: both;
}
.link-area ul li {
  display: block;
  float: left;
  width: 49.5%;
  padding-left: 30px;
  /*text-align: center;*/
  /*padding: 0 0 0 50px;*/
  line-height: 30px;
  font-weight: 500;
}
.link-area ul li a {
  font-weight: 700;
}
.status-area .date {
  padding-top: 10px;
  text-align: right;
}
.status-area h5 {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.status-area li {
  list-style: none;
}
.status-area h6 {
  font-weight: 700;
  padding-top: 10px;
}
.status-area .depth1 {
  /*padding-left: 15px;*/
}
.status-area .depth2 {
  padding-left: 15px;
  /*padding-left: 30px;*/
}
.status-area .num-dot {
  padding-left: 10px;
  counter-reset: num-dot;
}
.status-area .num-dot > li {
  position: relative;
  padding-left: 10px;
}
.status-area .num-dot > li:before {
  position: absolute;
  left: -10px;
  counter-increment: num-dot;
  content:""counter(num-dot,decimal)". ";
}

.status-area .num-round {
  padding-left: 10px;
  counter-reset: num-round;
}
.status-area .num-round > li {
  position: relative;
  padding-left: 5px;
}
.status-area .num-round > li:before {
  position: absolute;
  left: -10px;
  counter-increment: num-round;
}
.status-area .num-round > li:nth-child(1):before {
  content: "①";
}

.status-area .num-round > li:nth-child(2):before {
  content: "②";
}

.status-area .num-round > li:nth-child(3):before {
  content: "③";
}

.status-area .num-round > li:nth-child(4):before {
  content: "④";
}

.status-area .num-round > li:nth-child(5):before {
  content: "⑤";
}

.status-area .num-round > li:nth-child(6):before {
  content: "⑥";
}

.status-area .num-round > li:nth-child(7):before {
  content: "⑦";
}

.status-area .num-round > li:nth-child(8):before {
  content: "⑧";
}

.status-area .num-round > li:nth-child(9):before {
  content: "⑨";
}

.status-area .num-round > li:nth-child(10):before {
  content: "⑩";
}

.status-area .num-round > li:nth-child(11):before {
  content: "⑪";
}
.status-area .num-round > li:nth-child(12):before {
  content: "⑫";
}
.status-area .list-kanada {
  padding-left: 10px;
  counter-reset: num-round;
}
.status-area .list-kanada > li {
  position: relative;
  padding-left: 8px;
}
.status-area .list-kanada > li:before {
  position: absolute;
  left: -10px;
  counter-increment: num-round;
}
.status-area .list-kanada > li:nth-child(1):before {
  content: "가. ";
}
.status-area .list-kanada > li:nth-child(2):before {
  content: "나. ";
}
.status-area .list-kanada > li:nth-child(3):before {
  content: "다. ";
}
.status-area .list-kanada > li:nth-child(4):before {
  content: "라. ";
}
.status-area .list-kanada > li:nth-child(5):before {
  content: "마. ";
}
.status-area .list-kanada > li:nth-child(6):before {
  content: "바. ";
}
.status-area .list-kanada > li:nth-child(7):before {
  content: "사. ";
}

/*.regulation ul {*/
/*padding-left: 0;*/
/*}*/
/*.regulation-area {*/
/*margin-top: 30px;*/
/*}*/
/*.download-group {*/
/*width: 100%;*/
/*}*/
/*.download-group .down-form:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*}*/
/*.download-group .down-form {*/
/*!*display: inline-block;*!*/
/*padding: 8px 0;*/
/*!*width: 49.5%;*!*/
/*line-height: 2.5;*/
/*!*font-weight: 700;*!*/
/*}*/
/*.download-group .down-form .text {*/
/*padding-left: 15px;*/
/*display: inline-block;*/
/*font-size: 15px;*/
/*}*/
/*.download-group .down-form {*/
/*border-bottom: 1px solid #ddd;*/
/*}*/
/*.download-group .down-form a {*/
/*float: right;*/
/*margin-top: 5px;*/
/*}*/
/*.download-group .down-form a.btn-reg {*/
/*font-size: 12px;*/
/*line-height: 1.4;*/
/*color: #828282;*/
/*display: inline-block;*/
/*padding: 3px 12px;*/
/*border: 1px solid #d1d1d1;*/
/*border-radius: 1px;*/
/*background-color: #fafafa;*/
/*transition: 0.25s;*/
/*}*/
/*.download-group .down-form a.btn-reg i {*/
/*padding-right: 5px;*/
/*font-size: 15px;*/
/*}*/
/*.download-group .down-form a.btn-reg:hover {*/
/*color: #333;*/
/*border-color: #333;*/
/*}*/
/*.status-area {*/
/*margin-top: 30px;*/
/*}*/

/*.link-area {*/
/*padding: 0 0 15px 0;*/
/*width: 100%;*/
/*border: 1px solid #ddd;*/
/*border-radius: 5px;*/
/*background: #fafafa;*/
/*}*/
/*.link-area .link-title {*/
/*font-size: 20px;*/
/*font-weight: 600;*/
/*margin: 15px 0 10px 30px;*/
/*}*/
/*.link-area:after {*/
/*content: '';*/
/*display: block;*/
/*clear: both;*/
/*}*/
/*.link-area ul li {*/
/*display: block;*/
/*float: left;*/
/*width: 49.5%;*/
/*padding-left: 30px;*/
/*!*text-align: center;*!*/
/*!*padding: 0 0 0 50px;*!*/
/*line-height: 30px;*/
/*font-weight: 500;*/
/*}*/
/*.status-area .date {*/
/*padding-top: 10px;*/
/*text-align: right;*/
/*}*/
/*.status-area .status {*/
/*margin-top: 40px;*/
/*}*/
/*.status-area .status li {*/
/*list-style: none;*/
/*}*/
/*.status-area .status h5 {*/
/*text-align: center;*/
/*font-size: 16px;*/
/*font-weight: 700;*/
/*!*padding-bottom: 10px;*!*/
/*}*/
/*.status-area .status p {*/
/*padding-top: 10px;*/
/*}*/
/*.status-area .status .depth1 {*/
/*padding-left: 15px;*/
/*}*/
/*.status-area .status .depth2 {*/
/*padding-left: 30px;*/
/*}*/

/* *******************************************************************
    학회안내 - 오시는길
******************************************************************* */
/*.map-info {*/
/*padding: 0;*/
/*}*/
/*.address-area {*/
/*padding: 10px 20px;*/
/*border: 1px solid #dfdfdf;*/
/*background-color: #fafafa;*/
/*}*/
/*.address-area .title {*/
/*font-weight: 700;*/
/*!*color: #1c58ab;*!*/
/*}*/
/*.address-area .btn {*/
/*width: 68px;*/
/*margin-right: 10px;*/
/*}*/
/*.address-area p {*/

/*}*/

/*.map-info > ul {*/

/*}*/
/*.map-info > ul > li {*/
/*margin: 0 0 20px;*/
/*}*/
/*.map-info > ul > li .label {*/
/*display: inline-block;*/
/*}*/
/*.map-info > ul > li > ul {*/
/*!*margin: 0 0 0 20px;*!*/
/*}*/
/*.map-info > ul > li > ol {*/
/*margin: 0 0 0 40px;*/
/*}*/
/*.map-info > ul > li > ol > li {*/
/*font-size: 14px;*/
/*}*/
/*.map-info > ul > li > ol > li b {*/
/*font-weight: bold;*/
/*}*/
/*.map-info > ul > li > ol > li b {*/
/*font-weight: bold;*/
/*}*/
/*.map-info > ul li h4 + ul {*/
/*padding-left: 27px;*/
/*}*/
/*.map-info > ul li .btn-navigation.naver-map {*/
/*margin-right: 30px;*/
/*padding-left: 32px;*/
/*background: url(/images/bg/naver-map.png) left top no-repeat;*/
/*}*/
/*.map-info > ul li .btn-navigation.kakao-map {*/
/*padding-left: 32px;*/
/*background: url(/images/bg/kakao-map.png) left top no-repeat;*/
/*}*/


.btn-navigation .naver-map {
  display: inline-block;
  height: 22px;
  margin-right: 30px;
  padding-left: 32px;
  background: url(/images/sub/naver-map.png) left top no-repeat;
}
.btn-navigation .kakao-map {
  display: inline-block;
  height: 22px;
  padding-left: 32px;
  background: url(/images/sub/kakao-map.png) left top no-repeat;
}

.bus-info li {
  display: block;
  height: 23px;
}
.bus-info li:first-child {
  padding-left: 80px;
  background: url(/images/sub/bus_01.png) left top no-repeat;
}
.bus-info li:nth-child(2) {
  padding-left: 95px;
  background: url(/images/sub/bus_02.png) left top no-repeat;
}
.bus-info li:nth-child(3) {
  padding-left: 85px;
  background: url(/images/sub/bus_03.png) left top no-repeat;
}
.bus-info li:nth-child(4) {
  padding-left: 80px;
  background: url(/images/sub/bus_04.png) left top no-repeat;
}
.subway-info > li {
  display: block;
}
.subway-info > li:first-child {
  padding: 50px 0 20px;
  background: url(/images/sub/subway_01.png) left top no-repeat;
}
.subway-info > li:last-child {
  padding: 50px 0 10px;
  background: url(/images/sub/subway_02.png) left top no-repeat;
}


.subway-info > li:first-child {
  padding: 50px 0 20px;
  background: url(/images/sub/subway_06.png) left top no-repeat;
}
.subway-info > li:last-child {
  padding: 50px 0 10px;
  background: url(/images/sub/subway_05.png) left top no-repeat;
}
.sub-info-text {
  font-size: 15px;
  font-weight: bold;
  color: #003499;
}
.subway-info .disc img {
  padding: 15px 0 5px;
}
.section .sub-title-colored {
  font-size: 19px;
}

.subway-info > li:first-child .bus-info li:first-child {
  padding-left: 80px;
  background: url(/images/sub/bus_07.png) left top no-repeat;
}
.subway-info > li:first-child .bus-info li:nth-child(2) {
  padding-left: 80px;
  background: url(/images/sub/bus_07.png) left top no-repeat;
}
.subway-info > li:first-child .bus-info li:nth-child(3) {
  padding-left: 80px;
  background: url(/images/sub/bus_05.png) left top no-repeat;
}
.subway-info > li:first-child .bus-info li:nth-child(4) {
  padding-left: 80px;
  background: url(/images/sub/bus_01.png) left top no-repeat;
}

.subway-info > li:last-child .bus-info li:first-child {
  padding-left: 80px;
  background: url(/images/sub/bus_07.png) left top no-repeat;
}
.subway-info > li:last-child .bus-info li:nth-child(2) {
  padding-left: 80px;
  background: url(/images/sub/bus_07.png) left top no-repeat;
}
.subway-info > li:last-child .bus-info li:nth-child(3) {
  padding-left: 80px;
  background: url(/images/sub/bus_05.png) left top no-repeat;
}

/* *******************************************************************
    회원정보 - 기관회원
******************************************************************* */
.special-members {
  display: table;
  width: 100%;
  margin-bottom: 60px;
}
.special-members .members-title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 22px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  background-color: #2965bd;
}
.special-members ul {
  display: table-cell;
  padding-left: 10px;
}
.special-members li {
  float: left;
  display: block;
  margin: 0 10px 0 0;
  width: auto;
  text-align: center;
}
/*.special-members li:nth-child(3n) {*/
/*margin: 0 0 5px 0;*/
/*}*/
.special-members li a {
  display: block;
  padding: 10px 5px 0;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  /*border: 1px solid #eee;*/
}
.special-members li:nth-child(1) a,
.special-members li:nth-child(2) a,
.special-members li:nth-child(3) a {
  padding: 0 5px 0;
}
.special-members li a span {
  display: block;
  border-top: 3px solid #dfdfdf;
  transition: 0.25s;
}
.special-members li a:hover span {
  display: block;
  border-top: 3px solid #2aa3dc;
}
/* *******************************************************************
    간행물 - 논문집 안내
******************************************************************* */
/* *******************************************************************
    학술지 - 논문집
******************************************************************* */
.journal-box {
  position: relative;
  margin-bottom: 30px;
}
.journal-box .img {
  width: 120px;
}
.journal-box .img img {
  max-width: 100%;
  border: 1px solid #eee;
}
.journal-box .text {
  float: left;
  margin-left: 30px;
}
.journal-box .text .journal-title {
  /*padding-top: 40px;*/
  /*padding-bottom: 20px;*/
  margin: 0 0 10px;
  line-height: 1;
  font-size: 24px;
  font-weight: 500;
}
.journal-box .text .journal-eng {
  /*padding-top: 40px;*/
  width: 550px;
  margin: 0 0 30px;
  font-size: 13px;
  font-weight: 400;
  color: #777;
}
.journals .text,
.journals .text p {
  font-size: 13px;
}
.journals .text .tag {
  position: absolute;
  right: 0;
  bottom: 0;
}
.journals .text .tag .btn {
  border-radius: 2px;
  margin: 0 0 0 5px;
}

.journals .download-group .down-form {
  line-height: 1.2;
  margin-bottom: 2px;
  margin-top: 2px;
}
.journals .download-group .down-form .text {
  font-size: 15px;
}
.journals .nav-tabs.nav-justified a {
  font-size: 18px;
  font-weight: bold;
}

.journals .element-inline {
  width: auto !important;
}

.academic .text .tag {
  position: absolute;
  right: 0;
  bottom: 0;
}

.popup-contents {
  display: none;
  position: absolute;
  /*top: 200px;*/
  left:50%;
  margin-left: -200px;
  z-index: 200;
  background: #fff;
  -webkit-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
  box-shadow: 5px 5px 6px 0px rgba(0,0,0,0.3);
}
.popup-contents .inner {
  position: relative;
  width: 400px;
  height: 180px;
  border:1px solid #ddd;
  border-top: 4px solid #0086bd;
  /*background: orange;*/
}
.popup-contents .inner p {
  font-size: 15px;
  text-align: center;
}
.popup-contents .inner p.text {
  margin : 0 0 10px;
  padding-top: 15px;
  line-height: 1.2;
}
.popup-contents .inner .btn-area {
  position: relative;
  /*top: 100%;*/
  margin: 0;
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
}
.popup-contents .inner .btn-area .btn {
  float: none;
}
.popup-contents .inner p.button {
  position: relative;
  /*top: 100%;*/
}

/* *******************************************************************
    간행물 - 학술대회 논문집g
******************************************************************* */
.border-box {
  padding: 30px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #9da5aa;
  text-align: center;
  border: 1px solid #ddd;
  background: #fafafa;
}

/* *******************************************************************
    간행물 - 발행저서
******************************************************************* */
.more {
  margin-top: 20px;
  text-align: right;
  color: #3287d2;
}

.book .book_cover dt {
  float: left;
}
.book .book_cover dt img {
  width: 120px;
}
.book .book_cover dd {
  float: left;
  /*padding: 42px 15px;*/
  padding-bottom: 20px;
  width: 570px;
  margin-left: 20px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.book .book_cover dd ul {
  padding-top: 10px;
}
.book .book_cover dd ul li {
  font-size: 14px;
  line-height: 2;
}
.book-contents {
  margin-top: 10px;
}
.book-contents .left-area {
  float: left;
  margin-right: -1px;
  width: 500px;
  padding-right: 20px;
  border-right: 1px solid #eee;
}
.book-contents .right-area {
  float: left;
  width: 200px;
  padding-left: 20px;
  border-left: 1px solid #eee;
}
.personal-info .career {
  list-style-type: '-';
}
.personal-info {
  margin-bottom: 30px;
}
.personal-info:last-child {
  margin-bottom: 10px;
}
.personal-info dt {
  /*float: left;*/
}

.personal-info dd {
  text-align: left;
  font-size: 11px;
  /*float: left;*/
  /*padding-left: 30px;*/
}
.personal-info dt img {
  width: 50px;
}
.personal-info dt p {
  width: 50px;
  padding: 2px 0;
  text-align: center;
}

/* *******************************************************************
    CPE 자격증 - CPE 소개
******************************************************************* */
.cpe_introduce .cpe_ment {
  font-weight: 700;
  color: #195992;
}
.comment {
  margin: 20px 0 40px;
  padding: 10px 20px;
  background: #fafafa;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comment .ment {
  font-size: 14px;
  color: #195992;
}
.comment ul:first-child {
  margin-bottom: 10px;
}

/* *******************************************************************
    CPE 자격증 - CPE 재발급 안내
******************************************************************* */
.cpe_reissue .depth1 {
  margin-left: 25px;
}

/* *******************************************************************
    학술대회 - 학술대회 안내
******************************************************************* */
.highlight-box {
  padding: 20px;
  border: 1px solid #ebf3fc;
  background-color: #f8fbfe;
}
.conference .highlight-box .chairman {
  margin: 30px 0 0;
  text-align: right;
}
.conference p {
  margin: 0 0 20px;
}
.conference b {
  font-size: 15px;
  font-weight: 700;
}
.conference-map li {
  position: relative;
}
.conference-map li a .plus {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 26px;
  height: 26px;
  margin-left: -26px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #eee;
  color: #19b733;
  font-size: 20px;
  font-weight: 500;
  background: #fff;
}
.conference-map {
  margin-bottom: 20px;
}
.conference-map li {
  float: left;
  margin-right: 15px;
}
.conference-map li img {
  height: 240px;
  border: 1px solid #eee;
}
.conference ul.disc li {
  margin-bottom: 2px;
}
.conference .table.tb-basic tbody td.ta-left {
  padding-left: 18px;
}

/* *******************************************************************
    Table - css
******************************************************************* */
.tb-custom-basic th {
  text-align: center;
  font-weight: 700;
  vertical-align: middle !important;
}
.tb-custom-basic td {
  background: #fafafa;
}

.tb-custom-thleft th {
  text-align: left;
  padding-left: 20px!important;
  font-weight: 700;
  vertical-align: middle !important;
}
.tb-custom-thleft td {
  background: #fafafa;
}


/*table*/
#container .section.board_member .text-center td {
  text-align: center;
  padding: 8px 8px 8px 8px;
}
#container .section.board_member .tb-customed thead tr th {
  color: #333;
  background-color: #f5f9fd;
  /*background-color: #9FA8DA;*/
  border-top: 2px solid #2690ea;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
#container .section.board_member .tb-customed tbody tr th {
  /*background-color: rgba(86, 166, 235, 0.16);*/
  color: #333;
  border-color: #ddd;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
}
#container .section.board_member .tb-customed-num tbody tr th {
  background-color: #fcfcfc;
  color: #333;
  border-color: #3280cd;
  text-align: center;
  vertical-align: middle;
  font-weight: 700;
  padding-top: 30px;
  padding-bottom: 30px;
}
#container .section.board_member .tb-customed tr td {
  vertical-align: middle;
  padding-left: 15px;
}
#container .section.board_member .tb-customed tr td.text-center {
  padding: 8px 8px 8px 8px;
}
#container .section.board_member .tb-customed th.back-danger {
  background-color: rgba(193, 77, 76, 0.27);
}
#container .section.board_member .tb-customed td.back-danger {
  background-color: rgba(193,77,76,0.06);
}
#container .section.board_member .tb-customed tr td a {
  color: #052f70;
  transition: all 0.25s;
}
#container .section.board_member .tb-customed tr td a:hover {
  color: #6193f2;
}
#container .section.board_member .tb-customed tr td a.btn {
  color: #fff;
}
#container .section.board_member .tb-customed tr td a i {
  font-size: 16px;
}
#container .section.board_member .tb-customed tr td p {
  margin: 0;
}
#container .section.board_member .tb-customed tr td ul.list {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
}
td.word-break {
  word-break: keep-all;
}

/* *******************************************************************
    etc - css
******************************************************************* */
.ready-page {
  width: 100%;
  text-align :center;
  font-size: 18px;
  font-weight: bold;
  color: #aaa;
  padding: 50px;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}


.section.submission .link-area .btn-area {
  position: absolute;
  top:75px;
  right: 20px;
}

.section.submission .status-area p.date {
  text-align: right;
}
.section.submission .status-area h4 {
  margin: 40px 0 10px;
  font-size: 18px;
  font-weight: 600;
}
.section.submission .status-area.rule-area h4 {
  text-align: center;
}
.section.submission .status-area.rule-area p {
  margin:0 0px 5px 20px;
}
.section.submission .status-area.rule-area h5 {
  margin: 30px 0 5px;
  font-weight: 600;
  text-align: left;
}
.section.submission .status-area .download-group > p {
    position: relative;
    width: 100%;
    line-height: 1.7;
    margin: 7px 0;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
.section.submission .status-area .download-group .down-form .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.section.submission .status-area .download-group .down-form.hwp .btn {
  padding: 7px 13px;
}

.section.submission .status-area .download-group .down-form .btn.link-black {
  right: 100px;
  padding: 3px 10px 2px;
}
.section.submission .status-area .download-group .down-form .btn .ion-compose {
  font-size: 17px;
  margin-right: 7px;
  vertical-align: middle;
}
.section.submission .table-responsive .table.tb-basic {
  border-top:3px solid #2690ea;
}

.section.submission .table.tb-basic tbody th {
  text-align: center;
  background-color: #fafafa;
}
.section.submission .table.tb-basic tbody td {
  padding-left:25px;
  text-align: left;
  background-color: #fff;
}
.section.submission .status-area.rule-area .table-responsive .table p {
  margin:0;
  text-align: center;
}
.section.submission .status-area.rule-area .table-responsive .table td {
  padding:7px 5px;

}
