﻿@charset "utf-8";

/* *******************************************************************
	common
******************************************************************* */
#container {
  border-top: 2px solid #344763;
}
#contents {
  float: left;
  width: 900px;
  min-height: 600px;
  padding: 50px 0 80px 60px;
}
#contents h2 {
  /*margin: 0 0 40px;*/
  margin: 0;
  line-height: 1.1;
  font-size: 34px;
  font-weight: 400;
}
#contents .section {
  margin: 40px 0 0 0;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 400;
}
#contents .section h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#contents .section img {
  max-width: 100%;
}


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

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

/* .btn-area */
.btn-area {
  padding: 20px 0;
  text-align: center;
}
.btn-area .btn {
  margin: 0 10px;
}

/* *******************************************************************
    sub-spot
******************************************************************* */
#sub-spot {
  width: 100%;
  overflow: visible !important;
  background: url("/images/bg/sub_spot_01.jpg") 50% top no-repeat;
}
#sub-spot .innerwrap {
  /*height: 160px;*/
  height: 200px;
  /*overflow: visible !important;*/
}
#sub-spot .innerwrap .txt-pc {
  padding: 100px 0 0 40px;
  text-align: right;
}
#sub-spot .innerwrap .txt-pc img {
  width: 250px;
}

/* *******************************************************************
	breadcrumb-area
******************************************************************* */
.breadcrumb-area {
  height: 40px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  background-color: #fafafa;
}
.breadcrumb-area.sticky {
  position: fixed;
  top: 52px;
  width: 100%;
  border-top: 0;
  background-color: #fafafa;
  /*box-shadow: 0 1px 3px rgba(0,0,0,0.15);*/
  z-index: 5;
}

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

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

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

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

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

/*society*/
.area:after {
    content: '';
    display: block;
    clear: both;
}
.area {
    display: table;
    padding: 30px 0;
    /*margin-bottom: 20px;*/
    /*border-bottom: 1px solid #ddd;*/
}
.area:first-child {
    border-top: 1px solid #ddd;
}
.area:nth-child(even) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    /*background-color: #fafafa;*/
}
.area .pic {
    vertical-align: top;
    width: 25%;
    display: table-cell;
}
.area dl {
    vertical-align: top;
    width: 75%;
    display: table-cell;
}
.area dl dt {
    font-size: 18px;
    color: #1578c4;
    /*font-weight: 700;*/
}
.area dl dd {
    padding-top: 10px;
}
.area dl dt span {
    display: block;
    font-size: 15px;
    /*font-weight: 500;*/
    color: #888;
    /*font-weight: 500;*/
}
.area dl dt span i {
    color: #3975cf;
}
.area dl dt span a {
    padding-left: 10px;
}

/* *******************************************************************
    snb
******************************************************************* */
.snb-area {
  float: left;
  width: 200px;
  margin: 0 0 80px;
  border: 1px solid #eee;
  border-top: 0px solid transparent;
  /*padding: 0 0 80px;*/
  /*padding: 50px 0 80px;*/
}
.snb-title {
  /*height: 100px;*/
  height: 120px;
  padding: 45px 0 0 20px;
  /*text-align: center;*/
  background: url("/images/bg/sub_intro_02.png");
  border-bottom: 1px solid #e7e7e7;
}
.snb-title small {
  display: block;
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 300;
  color: #bbd5f6;
}
.snb-title strong {
  display: block;
  /*margin: 0 0 30px;*/
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}

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

/* *******************************************************************
	society-tab
******************************************************************* */
/*.society-tab-list*/
.society-tab-list {
    border-bottom: 1px solid #ddd;
    width: 100%;
    padding-bottom: 30px;
}
.society-tab-list > li > a {
    display: block;
    padding: 10px 15px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    text-align: center;
    /*margin-bottom: 5px;*/
    /*text-align: center;*/
}
.society-tab-list > li > a.on {
    font-weight: 700;
    color: #fff;
    background-color: #4793f1;
}
.society-tab-list > li > a.on:hover {
    color: #fff;
    background-color: #4793f1;
}
.society-tab-list > li > a:hover,
.society-tab-list > li > a:focus {
    color: #2ebae3;
    background-color: #eee;
}
/*.society-tab-list > li.active > a,*/
/*.society-tab-list > li.active > a:hover,*/
/*.society-tab-list > li.active > a:focus {*/
/*color: #555;*/
/*cursor: default;*/
/*background-color: #fff;*/
/*border: 1px solid #ddd;*/
/*border-bottom-color: transparent;*/
/*}*/

@media (min-width: 768px) {
    .society-tab-list > li {
        display: table-cell;
        width: 1%;
    }
    .society-tab-list > li > a {
        margin-bottom: 0;
    }
}


/*society-tab-contents*/
.society-tab-contents {
    padding-top: 30px;
}
.society-tab-contents .tabs-conts {
    display: none;
}

.society-tab-contents .tabs-conts.on {
    display: block;
}

/* *******************************************************************
	임원명단
******************************************************************* */
.personal-info {
    float: left;
    display: block;
    width: 420px;
    height: 185px;
    white-space: normal;
    padding: 0;
    margin: 0;
    border: 0;
}
.personal-info:nth-child(odd) {
    padding-right: 10px;
}
.personal-info:nth-child(even) {
    padding-left: 10px;
}
/*.personal-info dl {*/
    /*!*background: url("/images/bg/top.png") no-repeat 0 -10px;*!*/
/*}*/
.personal-info dl dt {
    display: none;
    padding: 0 0 0 20px;
    line-height: 35px;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    background: url("/images/bg/institute_top.png");
}
.personal-info dl dd {
    border: 1px solid #1578c4;
    /*border-left: 1px solid #1578c4;*/
    /*border-bottom: 1px solid #1578c4;*/
    /*border-right: 1px solid #1578c4;*/
    /*background: url("/images/bg/institute_bottom.png");*/
}
.personal-info dl dd {
    display: table;
    width: 100%;
}
.personal-info dl dd .name {
    display: block;
}
.personal-info dl dd .major {
    margin-left: 5px;
    letter-spacing: -0.25px;
}
.personal-info dl dd .pic img {
    height: 153px;
    max-width: 120px;
}
.personal-info dl dd ul {
    /*list-style: disc;*/
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
}
.personal-info dl dd p {
    display: table-cell;
    vertical-align: middle;
    padding: 5px;
    width: 130px;
}
.personal-info .pic img {
    border-radius: 7px;
}

/*.personal-info li {*/
/*    margin-bottom: 10px;*/
/*}*/

/* *******************************************************************
	역대회장단
******************************************************************* */
.card-area {
    display: inline-block;
    width: 48%;
    padding: 0 0 15px 0;
    margin: 0;
    letter-spacing: 0;
}
.card-area:nth-child(odd) {
    padding-right: 10px;
}
.card-area:nth-child(even) {
    padding-left: 10px;
}
.namecard{
    display: inline-block;
    position: relative;
    /*margin: 10px;*/
    width: 100%;
    height: 150px;
    /*background: #fcfbf9;*/
    background: url("/images/bg/institute_bottom.png") no-repeat bottom right;
    border: 1px solid #2390f0;
}
.namecard .point{
    position: absolute;
    top: 10px;
    left: -1px;
    padding-left: 20px;
    width: 90px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    background: url("/images/bg/institute_top.png") no-repeat 0 0;
    /*border: 1px solid #449d44;*/
    /*background: url("/images/bg/board_bg.png");*/
}
.namecard .annotation{
    position: absolute;
    top: 15px;
    right: 20px;
    /*color: #4d4d4d;*/
}
.namecard .name{
    position: absolute;
    top: 50px;
    left: 20px;
    line-height: 1.3;
    padding-right: 20px;
}
.namecard .name .sub-name {
    display: table;
    padding-bottom: 5px;
}
.namecard .name .sub-name .position {
    display: table-cell;
    width: 60px;
}
.namecard .name .sub-name .list {
    display: table-cell;
    width: auto;
}
.namecard .name .position {
    display: inline-block;
    width: 55px;
    font-weight: 400;
    color: #051a32;
}
/*.gradient-green {*/
    /*background: #c9de96;*/
    /*background: -moz-linear-gradient(-45deg, #c9de96 0%, #8ab66b 44%, #29a101 100%);*/
    /*background: -webkit-linear-gradient(-45deg, #c9de96 0%,#8ab66b 44%,#29a101 100%);*/
    /*background: linear-gradient(135deg, #c9de96 0%,#8ab66b 44%,#29a101 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#29a101',GradientType=1 );*/
/*}*/

/* *******************************************************************
	연혁
******************************************************************* */

.memory {
    position: relative;
    width: 100%;
    margin: 50px 0 100px;
}
.bg-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 100%;
    margin: 0 0 0 -10px;
    border-radius: 10px;
    background-color: #efefef;
}
.thm-area {
    padding: 20px 0;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    background-color: #eee;
}
.thm-area p {
    margin: 10px 0;
    text-align: center;
}

.memory div.memory-boxarea {
    position: relative;
    width: 100%;
}
.memory div.memory-boxarea div.memory-box {
    width: 50%;
    margin: 0 0 -50px;
    padding: 0;
}
.memory div.memory-boxarea.boxarea-left div.memory-box {
    float:left;
    text-align: left;
}
.memory div.memory-boxarea.boxarea-left div.memory-box .inner {
    text-align: right;
}
.memory div.memory-boxarea.boxarea-right div.memory-box {
    float:right;
    text-align: right;
}
.memory div.memory-boxarea.boxarea-right div.memory-box .inner {
    text-align: left;
}
.memory div.memory-boxarea div.memory-box .inner {
    position: relative;
    display: inline-block;
    width: 90%;
    padding: 20px;
    background-color: #f6faff;
    /*border: 2px solid #84cd6b;*/
    /*border: 2px solid #29a101;*/
    /*border-radius: 10px;*/
}
.memory div.memory-boxarea.boxarea-left div.memory-box .inner {

}
.memory div.memory-boxarea.boxarea-right div.memory-box .inner {

}
.memory .memory-active {
    color: #fff !important;
    background-color: #3975cf;
    /*background-color: #449d44;*/
    /*background-color: #29a101;*/
    /*border-color: #3975cf;*/
}

/* inner contents*/

/* year */
.memory div.memory-boxarea .years{
    margin: 0 0 20px;
    padding: 0;
    line-height: 1;
    font-family: arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    color: #1f67a6;
}
/*.memory div.memory-boxarea.boxarea-right .years{*/
    /*text-align: right;*/
/*}*/

/* list */
.memory dl{
    margin: 0;
}
.memory dl dt{
    margin: 0 0 1px;
    color: #1578c4;
}
/*.memory dl dd{*/
    /*margin: 0 0 10px;*/
/*}*/
/*.memory dl dd:last-child {*/
    /*margin: 0;*/
/*}*/

/* arrow */
.memory div.memory-boxarea div.memory-box .arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    font-size: 30px;
    color: #a5cfff;
    /*color: #dfdfdf;*/
}
.memory div.memory-boxarea.boxarea-left div.memory-box .arrow{
    right: -11px;
}
.memory div.memory-boxarea.boxarea-right div.memory-box .arrow{
    left: -11px;
}

/* circle */
.memory div.memory-boxarea div.memory-box span.ion-record{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 25px;
    margin-left: -5px;
    font-size: 12px;
    color: #fff;
}

/* *******************************************************************
	규정
******************************************************************* */
.section.rules iframe {
    border: 5px solid #eee;
}

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


/*tab-custom*/
.nav-tabs.nav-justified > li > a {
  font-size: 18px;
}
.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #ddd;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #4793f1;
  color: #fff;
  cursor: default;
  /*background-color: #fff;*/
  border: 0 solid #ddd;
  border-bottom-color: transparent;
  font-weight: 700;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
  border: 0px solid #ddd;
}



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

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

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

/*ul*/
ul.list-dot li {
    padding: 0 0 0 15px;
    background: url("/images/bullet/bullet3.gif") no-repeat left center;
}

/*table*/
.tb-customed thead tr th {
    background-color: #deecff;
    text-align: center;
    font-weight: 700;
    color: #3b5780;
    /*border-top: #344763;*/
}
.tb-customed tbody tr th {
    text-align: center;
    background-color: #f6faff;
}
.tb-customed.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0 solid transparent;
    border-top: 1px solid #3975cf !important;
}
.tb-customed-v tr th {
    background-color: #deecff;
    text-align: center;
    font-weight: 700;
    color: #3b5780;
}
.tb-customed-v tr th.line,
.tb-customed-v tr td.line {
    border-top: 1px solid #3975cf;
}
.tb-customed-v tbody {
    border-top: 1px solid #3975cf !important;
}
.tb-customed-v tbody td.color {
    text-align: center;
    background-color: #f6faff;
}
/*.tb-awards {*/
    /*background: url("/images/bg/bg_awards.png") no-repeat 75% 50%;*/
/*}*/


.tb-basic th {
  background-color: #fafafa;
  font-weight: 700;
  text-align: center;
  vertical-align: middle !important;
}
.tb-basic thead th {
  background-color: #f4f4f4;
  border-bottom: 3px double #dfdfdf !important;
}

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

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

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

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

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

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

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

/* 다운로드 리스트 */
.download-list02 {
  /*padding-left: 0 !important;*/
  margin-top: 30px;
  padding: 10px 20px;
  list-style: none;
  border: 5px solid #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 {
  float: right;
  margin-top: 5px;
  display: inline-block;
  width: 100px;
  line-height: 23px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 2px;

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

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

.highlight {
    color: #1578c4;
}

/* *******************************************************************
	창립취지
******************************************************************* */
/* introduction */
.section.introduction p {
  margin: 0 0 30px;
  text-align: justify;
}
.section.introduction p.highlight {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #12208D;
  letter-spacing: -0.25px;
}
.section.introduction ul.list {
  margin: 0 0 30px;
  text-align: center;
}
.section.introduction ul.list li {
  float: left;
  width: 260px;
  height: 260px;
  margin: 0 30px 0 0;
  padding: 20px;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.section.introduction ul.list li:last-child {
  margin: 0;
}
.section.introduction ul.list li span.num {
  display: block;
  margin: 0 10px 20px;
  padding: 5px 0 15px;
  text-align: center;
  line-height: 1.1;
  font-family: arial, Helvetica, Sans-Serif;
  font-size: 32px;
  font-weight: bold;
  border-bottom: 1px solid #dfdfdf;
}
.section.introduction ul.list li p {
  margin: 0;
  text-align: center;
  font-size: 13px;
  letter-spacing: -0.25px;
}

/* no01 */
.section.introduction ul.list li.no01 {
  color: #719DDF;
  border: 1px solid #719DDF;
  background-color: #F9FCFF;
}
.section.introduction ul.list li.no01 span.num {
  border-bottom: 1px solid #719DDF;
}

/* no02 */
.section.introduction ul.list li.no02 {
  color: #3975CF;
  border: 1px solid #3975CF;
  background-color: #F9FCFF;
}
.section.introduction ul.list li.no02 span.num {
  border-bottom: 1px solid #3975CF;
}

/* no03 */
.section.introduction ul.list li.no03 {
  color: #004A99;
  border: 1px solid #004A99;
  background-color: #F9FCFF;
}
.section.introduction ul.list li.no03 span.num {
  border-bottom: 1px solid #004A99;
}

.section.introduction p.date {
  margin: 0;
  padding: 30px 0 5px 0;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
}
.section.introduction p.name {
  display: block;
  text-align: right;
  font-weight: bold;
  font-size: 22px;
}

/* *******************************************************************
	회장인사
******************************************************************* */
/* greetings */
.section.greetings p {
  margin: 0 0 30px;
  text-align: justify;
}
.section.greetings p.img-title {
  margin: 0 0 30px;
}
.section.greetings p strong {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #2e65a9;
}

.section.greetings p.chairman {
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 0 5px 0;
}
.section.greetings p.chairman b {
  display: block;
  font-size: 26px;
}

/*history*/
.history-area dl:first-child {
  border-top: 2px solid #dfdfdf;
}
.history-area dl {
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.history-area dl:nth-child(even) {
  background-color: #fafafa;
}
.history-area dl:after {
  content: '';
  display: block;
  clear: both;
}
.history-area dt {
  float: left;
  width: 18%;
  padding: 0 10px;
  font-size: 18px;
  color: #3b78c4;
}
.history-area dd {
  float: left;
  width: 82%;
}

.history-area dd ul li {
  padding-left: 15px;
  background: url("/images/bullet/bullet_main_list_3x3.png") no-repeat 0 10px;
}

/*regulation*/
.regulation-conts h4 {
  font-size: 19px;
  color: #3b78c4;
  text-align: center;
  background: none;
}

/*board-members*/
.board_members {
    font-size: 0;
}
.years-selectbox {
    padding: 10px;
    text-align: center;
    border: 1px solid #E7EDFA;
    border-radius: 4px;
    background-color: #F7F9FD;
}
.years-selectbox .form-control {
    font-size: 17px;
    font-weight: bold;
}
#contents .section .board_members h3:first-child {
    padding-top: 30px;
}
#contents .section .board_members .tab-pane {
    padding-top: 0;
}
#contents .section .board_members h3 {
    margin: 0 0 15px;
}
.board_members .list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 20px 2%;
    margin: 0 0 30px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #dfdfdf;
}
.board_members .list:last-child {
    border-bottom: 0;
}
.board_members dl {
    flex-basis: 18.4%;
    display: flex;
    flex-flow: column wrap;
    gap: 5px;
}
.board_members dl dt {
    font-size: 14px;
    line-height: 1.2;
}
.board_members dl dt .name {
    padding: 5px 0;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}
.board_members dl dt .position {
    font-size: 13px;
    color: #888;
    word-break: keep-all;
}
.board_members dl dd img {
    border-radius: 10px;
}


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



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

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

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

/*사무국*/
.map-area {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}

#marker-title {
  width: 100%;
  padding: 10px 10px 5px;
}
#marker-title h1 {
  font-size: 16px;
}

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

/*교통편*/
.bus {
    display: inline-block;
    margin-right: 10px;
    padding: 3px 5px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
}
.bus.line_01 {
    background-color: #3fa4f0;
}
.bus.line_02 {
    background-color: #cb2425;
}
.subway {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    border-radius: 50%;
    color: #fff;

    /*padding-right: 5px;*/
    /*color: #17914d;*/
    /*font-weight: 700;*/
}
.subway.s_line_02 {
    background-color: #17914d;
}
.s_line_02_txt {
    color: #17914d;
}


/* *******************************************************************
	국제협력
******************************************************************* */

.pictures-list ul {
  padding-top: 40px;
}
.pictures-list ul:after  {
  content: '';
  display: block;
  clear: both;
}
.pictures-list ul li {
  display: block;
  float: left;
  text-align: center;
  width: 33.33%;
}
.pictures-list ul li span {
  display: block;
  font-size: 13px;
  color: #666;
}

/* *******************************************************************
	간행물 안내 : publication_info.vm
******************************************************************* */
.book-info {
  padding: 30px 0;
}
.book-info:after {
  content: '';
  display: block;
  clear: both;
}
.book-info dd,
.book-info dt {
  float: left;
}
/*img*/
.book-info dd img {
  width: 150px;
  border: 1px solid #eee;
}

/*text*/
.book-info dt {
  padding-left: 20px;
}
.book-info dt h4 {
  font-size: 17px;
  font-weight: 700;
  vertical-align: middle;
}
.book-info dt .eng-name {
  color: #888;
}
/*poin-icon*/
.book-info dt .point-blue {
  border: 1px solid #101edd;
  color: #101edd;
}
.book-info dt .point-red {
  border: 1px solid #dd1010;
  color: #dd1010;
}
.book-info dt .point-orange {
  border: 1px solid #ff8212;
  color: #ff8212;
}
.book-info dt span {
  vertical-align: middle;
  margin-left: 8px;
  display: inline-block;
  padding: 3px 3px;
  border-radius: 2px;
  font-size: 12px !important;
  line-height: 1;
}

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

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

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

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

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

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


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

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

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


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

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

/* *******************************************************************
	KCI 제 규격
******************************************************************* */
.criterion .section-list > li {
    margin-left: 20px;
    list-style: disc;
}
.criterion .section-list > li a {
    color: #3975cf;
}
.criterion .section-list > li a:hover {
    color: #0750b9;
}

/* *******************************************************************
	specific style
******************************************************************* */
/*text-indent, align of table*/

.presidents .table tr td:nth-child(1),
.presidents .table tr td:nth-child(3) {
  text-align: center;
}

.awards .text-indent_01 {
  text-indent: 80px;
}
.awards .table tr td:first-child,
.awards .table tr td:nth-child(2),
.awards .table tr td:last-child {
  text-align: center;
}
.awards .table tr td:nth-child(3) {
  text-align: left;
}
.list_special table tr td:first-child,
.list_special table tr td:nth-child(2) {
  text-align: center;
}
.list_special table tr td:nth-child(3) a {
  color: #2e65a9;
}


/* *******************************************************************
	society-tab
******************************************************************* */
/*.society-tab-list*/
.society-tab-list {
  border-bottom: 1px solid transparent;
  width: 100%;
}
.society-tab-list > li > a {
  display: block;
  padding: 10px 15px;
  line-height: 1.42857143;
  border-bottom: 1px solid #344763;
  border-radius: 0;
  color: #767676;
  background-color: #efefef;
  /*margin-bottom: 5px;*/
  /*text-align: center;*/
}
.society-tab-list > li > a.on {
    border-top: 1px solid #344763;
    border-left: 1px solid #344763;
    border-right: 1px solid #344763;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    color: #344763;
}
.society-tab-list > li > a.on:hover {
    background-color: transparent;
    color: #344763;
}
.society-tab-list > li > a:hover,
.society-tab-list > li > a:focus {
    background-color: #efefef;
    color: #767676;
}

/* *******************************************************************
	download-list
******************************************************************* */
/* 다운로드 리스트 */
.download-list {
    /*padding-left: 0 !important;*/
    margin-top: 30px;
    padding: 10px 20px;
    list-style: none;
    border: 5px solid #eee;
}
.download-list 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-list li:last-child {
    border-bottom: 0;
}
.download-list li:after {
    content: '';
    display: block;
    clear: both;
}
.download-list li a {
    float: right;
    margin-top: 5px;
    display: inline-block;
    width: 100px;
    line-height: 23px;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 2px;

    background: -moz-linear-gradient(top,  #fefefe 0%, #fbfbfb 49%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(49%,#fbfbfb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#fbfbfb 49%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#efefef',GradientType=0 ); /* IE6-8 */
}

.download-list .btn-download i {
    padding-right: 10px;
}
i.pdf {
    color: #ff3f39;
}
i.hwp {
    color: #49bffd;
}
i.zip {
    /*color: #eaa752;*/
    color: #3c497e;
}
i.share {
    color: #1554b0;
}
i.e-book {
    color: #49bffd;
}
.btn i {
    vertical-align: middle;
}
.btn-kci {
    background-color: #3975cf;
    color: #fff;
    border: 2px solid #3975cf;
}
.btn-kci:hover {
    background-color: #f6faff;
    border: 2px solid #3975cf;
    color: #3975cf;
}
.btn-kci.btn-default {
    background-color: #fff;
    color: #333;
    border: 2px solid #dfdfdf;
    transition: 0.25s;
}
.btn-kci.btn-default:hover {
    background-color: #fff;
    border: 2px solid #3975cf;
    color: #3975cf;
}
/*.btn-kci.btn-default:hover {*/
    /*background-color: #fff;*/
    /*color: #333;*/
    /*border: 2px solid #dfdfdf;*/
/*}*/


/* *******************************************************************
	Tab Modified
******************************************************************* */
.tab-custom.nav-tabs.nav-justified > .active > a,
.tab-custom.nav-tabs.nav-justified > .active > a:hover,
.tab-custom.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #344763;
  border-bottom: 0 solid transparent;
  border-radius: 0;
}
.tab-custom.nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #344763;
  border-radius: 0;
  color: #767676;
  background-color: #efefef;
}
.tab-custom.nav-tabs > li.active > a,
.tab-custom.nav-tabs > li.active > a:hover,
.tab-custom.nav-tabs > li.active > a:focus {
  background-color: transparent;
  color: #344763;
}


@media (min-width: 768px) {
  .society-tab-list > li {
    display: table-cell;
    width: 1%;
  }
  .society-tab-list > li > a {
    margin-bottom: 0;
  }
}


/*society-tab-contents*/
/*.society-tab-contents {*/
  /*padding-top: 30px;*/
/*}*/
.society-tab-contents .tabs-conts {
  display: block;
}

/*.society-tab-contents .tabs-conts.on {*/
  /*display: block;*/
/*}*/


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

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

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

.publication-accordian table caption {
    margin: 0 0 5px;
    color: #333;
}
.publication-accordian table.tb-basic {
    margin-bottom: 0;
    border-bottom: 2px solid #dfdfdf !important;
}

/*modal-popup*/
.modal-content h5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}
.close {
    margin-top: -25px !important;
}
.site-base.modal-open {
    padding-right: 0 !important;
}

.electronic-library iframe {
    width: 100% !important;
    min-height: 1600px !important;
    padding: 30px;
    border: 5px solid #eee;
}

/* *******************************************************************
	콘크리트 안내 : academic_journals.vm
******************************************************************* */
.submission-guides {
    margin-top: 15px;
}
.submission-guides:after {
    content: '';
    display: block;
    clear: both;
}
.submission-guides li {
    width: 33.33%;
    float: left;
    text-align: center;
    background: url("/images/bg/bg_line.png") repeat-x center center;
}
.submission-guides dl {
    display: inline-block;
    width: 200px;
    height: 200px;
    padding: 0 20px;
    vertical-align: middle;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    text-align: center;
    background-color: #fff;
}
.submission-guides dl dt {
    padding-top: 15px;
    font-size: 24px;
}
.submission-guides dl dd {
    padding-top: 6px;
    font-size: 13px;
}
.submission-guides li:first-child dl {
    border-color: #6a98dd;
    color: #6a98dd;
}
.submission-guides li:nth-child(2) dl {
    border-color: #3975cf;
    color: #3975cf;
}
.submission-guides li:nth-child(3) dl {
    border-color: #004a99;
    color: #004a99;
}

.list-mark li {
    padding-left: 15px;
    text-indent: -15px;
}
/*.manual-list li {*/
    /*display: block;*/
    /*padding: 10px 0 10px 30px;*/
    /*border: 1px solid #3975cf;*/
    /*border-radius: 2px;*/
    /*margin-bottom: 10px;*/
/*}*/

/*관련기관*/
.related-logo:after {
    content: '';
    display: block;
    clear: both;
}
.related-logo dl {
    float: left;
    width: 260px;
    margin: 0 30px 50px 0;
    text-align: center;
    padding: 0;
}
.related-logo dl:nth-child(3n) {
    margin-right: 0;
}
.related-logo dl > dt {
    padding: 0;
    height: 70px;
    line-height: 70px;
    border: 1px solid #dfdfdf;
}
.related-logo dl > dt > img {
    display: inline-block;
    width: auto;
    max-height: 40px;
}
.related-logo dl dd {

}
.related-logo dl dd p {
    padding: 0;
    font-size: 14px;
}
.related-logo dl dd .title {
    padding: 10px 0 0;
    font-size: 16px;
    font-weight: bold;
    color: #112688;
}

/*accordion-custom*/
.accordion-custom {
    margin-top: 20px;
}
.accordion-custom .card-header {

    border-bottom: 1px solid #eee;
}
.accordion-custom .card-header h5 {
    margin: 0;
}
.accordion-custom .card-header h5 button {
    width: 100%;
    text-align: left;
    font-size: 18px !important;
    color: #333;
    line-height: 38px;
    outline: none;
}
.accordion-custom .card-header h5 button:active,
.accordion-custom .card-header h5 button:visited,
.accordion-custom .card-header h5 button:active,
.accordion-custom .card-header h5 button:hover {
    outline: none;
    text-decoration: none;
}
.accordion-custom .card-header h5 button:hover {
    background-color: #f6faff;
}
.accordion-custom .card-header h5 button[aria-expanded="true"] {
    background-color: #f6faff;
}
.accordion-custom .card-header h5 button:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    color: #888;
}
.accordion-custom .card-header h5 button[aria-expanded="true"]:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
.accordion-custom .card-body {
    background-color: #fafafa;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}
.accordion-custom  .collapse {
    visibility: visible;
}
.accordion-custom .card-header {
    vertical-align: middle;
}
.accordion-custom .card-header .num {
    margin-right: 15px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #3975cf;
    color: #3975cf;
    vertical-align: middle;
}

/*회원검색*/
.member-search-area {
    margin-top: 40px !important;
}
.member-search-area .panel {
    max-width: 600px;
    margin: 0 auto;
}
.member-search-area .panel .panel-body {
    padding: 40px;
    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 */
}
.member-search-area .panel .panel-body .form-control {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
    height: 40px;
}
.member-search-area .panel .panel-body .btn-primary {
    background-color: #284c9f;
    vertical-align: middle;
    height: 40px;
}

/*=================================================
    논문투고안내
===================================================*/
.section.journals {
    position: relative;
}
.section.journals .go-paper-web {
    position: absolute;
    right: 0;
    top: -75px;
}
.section.journals .old {
    padding: 10px 0 15px;
    border-radius: 2px;
    background-color: #f0f0f0;
}
.section.journals h5.paper-title {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 30px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
}

/*=================================================
    용어검색
===================================================*/
.search-area.dictionary .form-control:after {
    visibility: hidden;
}
.search-area.dictionary .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 25px;
    font-size: 16px;
    color: #555;
    border: 2px solid #06c;
    border-radius: 50px;
}
/*.search-area.dictionary.dictionary .form-control:focus {*/
/*border: 2px solid #3d80c6;*/
/*}*/
/*.search-area.dictionary .form-control:focus + i {*/
/*color: #3d80c6;*/
/*}*/
.search-area.dictionary .form-group {
    position: relative;
    margin-bottom: 0;
}

.search-area.dictionary .form-group input[type=text]::-ms-clear {
    display:none;
}


.search-area.dictionary .form-group button {
    position: absolute;
    top: -3px;
    right: 20px;
    font-size: 35px;
    color: #3d80c6;
    background: transparent;
    border: 0;
    width: 42px;
    height: 40px;
    margin: 0;
    outline: none;
}

.search-area.dictionary {
    margin-bottom: 50px;
}

.search-area.dictionary .form-area {
    width: 400px;
    padding: 20px 0 50px;
    margin: 0 auto;
}
.search-area.dictionary .index {
    font-size: 0;
    max-width: 600px;
    margin: 0 auto;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    /*border: 1px solid #ddd;*/
    /*background-color: #f3f9fe;*/
    /*background-color: #f5f5f5;*/
}
.search-area.dictionary .index li {
    display: inline-block;
    width: 7.124285%;
    line-height: 2;
    font-weight: 400;
    font-size: 16px;
    background-color: #fafafa;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.search-area.dictionary .index li a{
    display: block;
    width: 100%;
    text-align: center;
    outline: none;
    text-decoration: none;
    color: #6f6f6f;
}
.search-area.dictionary .index li a:hover {
    color: #fff;
    background-color: #cecece;
    /*background-color: #f3f9fe;*/
    /*background-color: #848484;*/
}
.search-area.dictionary .index li a.active {
    color: #fff;
    background-color: #06c;
    /*background-color: #79ace1;*/
    /*color: #fff;*/
    /*background-color: #0054a6;*/
}

.term-area dl {
    line-height: 1.3;
}
.term-area dl dt {
    padding-bottom: 9px;
    font-weight: 500;
    color: #333;
    /*color: #6f6f6f;*/
    /*color: #79ace1;*/
}
.term-area dl dt p {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.term-area dl dt p:first-child {
    color: #0066cc;
    padding-right: 5px;
}
.term-area dl dd {
    font-size: 15px;
    padding-bottom: 30px;
    line-height: 1.65;
    color: #6f6f6f;
    /*color: #969393;*/
}
.term-area dl dd:after {
    display: block;
    content: '';
    clear: both;
}
.term-area dl dd {
    margin-bottom: 40px;
}
.term-area dl dd.long {
    margin-bottom: 20px;
}
.term-area .more {
    /*padding: 5px 0 0;*/
    text-align: right;
    color: #06c;
    outline: none;
    /*color: #969393;*/
}
/*.term-area dl dd .more {*/
/*float: right;*/
/*padding-right: 5px;*/
/*}*/
/*.term-area dl dd .more i {*/
/*position: relative;*/
/*top: 3px;*/
/*}*/
.search-area.dictionary .highlight {
    background-color: #ffff00;
}
.search-area.dictionary .ui-widget{
    font-size: 1.7em;
}
.search-area.dictionary .alert-search {
    color: #a0a0a0;
    font-size: 20px;
}


/* *******************************************************************
	용어검색 : dictionary.vm
******************************************************************* */
.explain-area {
    padding: 30px 0;
    border-top: 3px double #ddd;
    border-bottom: 3px double #ddd;
}
.explain-area > ul{
    padding: 0 10px;
}
.explain-area > ul > li {
    padding-left: 15px;
    color: #888;
    background: url("/images/bullet/bullet3.gif") no-repeat 0 10px;
    line-height: 1.5;
    padding-bottom: 20px;
    /*list-style: disc;*/
}
.explain-area > ul > li > ul > li {
    padding-bottom: 10px;
}
