/*
Template name: Dirtylicious
Template URI: http://templates.arcsin.se/dirtylicious-website-template/
Release date: 2007-03-10
Description: A soft-colored, bright and somewhat dirty two-column template.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
한글
font-family: 'Nanum Gothic', serif;
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
font-family: 'Nanum Brush Script', serif;
@import url(//fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
font-family: 'Hanna', serif;
@import url(//fonts.googleapis.com/earlyaccess/hanna.css);
영문
font-family: 'Open Sans', sans-serif;
@import url(//fonts.googleapis.com/css?family=Open+Sans);
font-family: 'Droid Serif', serif;
@import url(//fonts.googleapis.com/css?family=Droid+Serif);
font-family: 'Arvo', serif;
@import url(//fonts.googleapis.com/css?family=Arvo);
font-family: nanumgothic,gulim,sans-serif;
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,300,400,400italic,700,700italic);
font-family: 'Source Sans Pro', sans-serif;
'Nanum Pen Script'
.main_section_1:after{display:block;clear:both;content:""}
*/
/*-- Reset Code --*/
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);
body a:hover {
  text-decoration: none;
}
body a:focus {
  outline: none;
  text-decoration: none;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(http://fonts.gstatic.com/s/opensans/v36/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVc.ttf) format('truetype');
}
@font-face {
  font-family: 'Arvo';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/arvo/v22/tDbD2oWUg0MKqScQ6A.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(http://fonts.gstatic.com/s/sourcesanspro/v22/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7g.ttf) format('truetype');
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 13px;
  font-family: Arial, 'Nanum Gothic', 'Open Sans';
  word-break: normal;
  word-wrap: break-word;
}
body .div_body {
  width: 980px;
  color: #444;
  margin: auto;
}
.article_wrapper table th {
  background-color: #8cb5c7 !important;
}
.main:after {
  display: block;
  clear: both;
  content: "";
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
/*기본세팅*/
.left {
  float: left;
}
.right {
  float: right;
}
.text_center {
  text-align: center;
}
.text_center th {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.width_10 {
  width: 10%;
}
.width_20 {
  width: 20%;
}
.width_30 {
  width: 30%;
}
.width_40 {
  width: 40%;
}
.width_50 {
  width: 50%;
}
.width_60 {
  width: 60%;
}
.width_70 {
  width: 70%;
}
.width_80 {
  width: 80%;
}
.width_90 {
  width: 90%;
}
.width_100 {
  width: 100%;
}
.min_height_100 {
  min-height: 100px;
}
.min_height_150 {
  min-height: 150px;
}
.table_borderless tbody tr td,
.table_borderless tbody tr th,
.table_borderless thead tr th,
.table_borderless thead tr td {
  border: none;
}
.table_text_center td,
.table_text_center th {
  text-align: center;
}
.table_middle > thead > tr > td,
.table_middle > thead > tr > th,
.table_middle > tbody > tr > td,
.table_middle > tbody > tr > th {
  vertical-align: middle;
}
.table_padding_10 th,
.table_padding_10 td {
  padding: 10px;
}
.table_border_outside {
  border: 1px solid #ccc;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.margin_bottom_30 {
  margin-bottom: 30px;
}
.margin_bottom_40 {
  margin-bottom: 40px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_top_30 {
  margin-top: 30px;
}
.margin_top_40 {
  margin-top: 40px;
}
.padding_left_0 {
  padding-left: 0;
}
.padding_left_10 {
  padding-left: 10px;
}
.padding_left_20 {
  padding-left: 20px;
}
.padding_left_30 {
  padding-left: 30px;
}
.padding_left_40 {
  padding-left: 40px;
}
.line_height_08 {
  line-height: 0.8em;
}
.line_height_12 {
  line-height: 1.2em;
}
.line_height_14 {
  line-height: 1.4em;
}
.line_height_16 {
  line-height: 1.6em;
}
.list_style_none {
  list-style: none;
}
.list_style_none li {
  list-style: none;
}
/* placeholder 색깔 회색 만들기*/
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #aaaaaa;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #aaaaaa;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #aaaaaa;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaaaaa;
}
.top_title img {
  width: 100%;
}
/*메뉴 바*/
.menu_bar {
  width: 100%;
  height: 40px;
  background-color: #256a89;
  line-height: 40px;
}
.menu_bar .top_menu_dep1 {
  font-size: 15px;
  margin: 0px;
  float: left;
}
.menu_bar .top_menu_dep1 > li {
  float: left;
  list-style: none;
  font-family: arial;
  font-weight: bold;
  font-size: 1em;
  display: block;
  position: relative;
  padding: 0 15px;
  border-right: 1px solid #888;
}
.menu_bar .top_menu_dep1 > li > a {
  color: #fff;
  display: block;
}
.menu_bar .top_menu_dep1 > li > a::hover {
  color: #dbe6ec;
  text-decoration: none;
}
.menu_bar .top_menu_dep1 > li:hover > ul {
  display: block;
  z-index: 10000;
}
.menu_bar .top_menu_dep1 > li .top_menu_dep2 {
  display: none;
  position: absolute;
  left: 0px ;
  border: 1px #a4bcc2 solid;
  padding: 0px;
}
.menu_bar .top_menu_dep1 > li .top_menu_dep2 li {
  font-weight: normal;
  font-size: 0.9em;
  line-height: 120%;
  padding: 8px 10px;
  list-style: none;
  width: 200px;
  background-color: #dde5e9;
}
.menu_bar .top_menu_dep1 > li .top_menu_dep2 li > a {
  color: #333;
}
.menu_bar .top_menu_dep1 > li .top_menu_dep2 li:hover {
  background-color: #bad2dc;
}
.menu_bar .top_search {
  float: right;
  border-radius: 3px;
  padding: 1px;
  background-color: #fff;
  line-height: 1.5em;
  margin-top: 8px;
  margin-right: 10px;
}
.menu_bar .top_search .top_search_text {
  width: 150px;
  border: 0;
  margin: 0;
  padding: 0;
}
.menu_bar .top_search .top_search_btn {
  background-color: #fff;
  border: 0;
  margin: 0;
  padding: 0;
  color: #81a8b8;
}
.menu_bar .top_adv_search {
  float: right;
  color: #fff;
  margin-right: 10px;
  font-size: 0.9em;
  vertical-align: bottom;
}
.dropdown.open .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-top: 0px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.wrapper_navigation {
  float: right;
  width: 200px;
  background-color: #eee;
}
.wrapper_navigation .navigation {
  padding: 0 10px;
  text-align: center;
}
.wrapper_navigation .navigation ul {
  margin: 10px 0 30px;
  padding: 0;
}
.wrapper_navigation .navigation ul li {
  list-style: none;
  margin: 3px 0;
}
.wrapper_navigation .navigation ul li a {
  color: #554;
  display: block;
  text-decoration: none;
}
.wrapper_navigation .navigation .nav_box a {
  border-radius: 5px;
  border: 1px solid #666;
  padding: 4px 2px;
  font-weight: bold;
  font-size: 0.9em;
  padding: 5px;
}
.wrapper_navigation .navigation .btn_move {
  background-color: #fff;
  color: #17375e;
}
.wrapper_navigation .navigation .btn_move:hover {
  background-color: #e8f3f8;
}
.wrapper_navigation .navigation .btn_intro {
  background-color: #556E88;
  color: #FFF;
}
.wrapper_navigation .navigation .btn_intro:hover {
  background-color: #607890;
}
.wrapper_navigation .navigation .qr_code img {
  text-align: center;
  width: 100px;
  height: 100px;
}
.wrapper_navigation .navigation .article_info {
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 20px 0 100px 0;
}
.wrapper_navigation .navigation .article_info li {
  text-align: left;
  padding-left: 10px;
  margin: 5px 0;
}
.wrapper_navigation .navigation hr.sidebar_hr {
  border: 1px solid #17375e;
  width: 90%;
  margin: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.wrapper_box {
  margin: 10px 0;
}
.wrapper_box .title {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 1.1em;
  background-color: #256a89;
  padding: 3px 20px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.wrapper_box .main {
  background-color: #dde5e9;
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.wrapper_box .book_cover {
  width: 180px;
  margin-bottom: 10px;
}
.wrapper_box .book_cover img {
  width: 160px;
  margin: 10px;
}
.wrapper_box .book_cover .main {
  background-color: #f6f6f6;
}
.wrapper_box .text {
  padding: 5px 20px;
  text-indent: 1em;
}
.export_citation_dialog {
  font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
}
.export_citation_dialog a {
  text-decoration: underline;
}
.export_citation_dialog .ui-widget-header {
  border: 1px solid #607890;
  background-color: #81a8b8;
}
.export_citation_dialog .ui-icon {
  background-image: url('/include/jquery-ui-1.12.0/images/ui-icons_555555_256x240.png');
}
.content_left {
  float: left;
  width: 300px;
}
.content_center {
  float: right;
  width: 480px;
}
/* content */
.wrapper_current_issue,
.wrapper_most_read {
  margin: 10px;
  padding: 5px;
  border: 1px solid #ddd;
}
.current_issue_title a,
.most_read_title a {
  font-size: 1.3em;
  color: #17375e;
  font-weight: bold;
}
.current_issue_each,
.most_read_each {
  padding: 5px;
  margin: 10px;
  background-color: #ddd;
}
.ci_ar_title_en,
.ci_ar_title_nen,
.mr_ar_title_en,
.mr_ar_title_nen {
  font-weight: bold;
}
.ci_ar_author_en,
.ci_ar_author_nen,
.mr_ar_author_en,
.mr_ar_author_nen {
  font-size: 0.9em;
}
.ci_ar_bibr,
.mr_ar_bibr {
  font-size: 0.9em;
}
.wrapper_content2 {
  padding: 0 20px 0 20px;
}
.content_title {
  font-family: 'Arvo';
  font-weight: bold;
  font-size: 1.5em;
  margin: 20px 0 20px 0;
  border-bottom: 3px double #ccc;
  padding-bottom: 5px;
  color: #17375e;
}
.content_subtitle {
  font-family: 'Arvo';
  font-weight: bold;
  font-size: 1.2em;
  margin: 20px 0 10px 0;
  color: #17375e;
}
.content_subsubtitle {
  font-family: 'Arvo';
  font-weight: bold;
  font-size: 1em;
  margin: 20px 0 10px 0;
  color: #256a89;
}
.gjs_intro_fig {
  text-align: center;
  background-color: #bad2dc;
  padding: 10px 10px 0 10px;
  margin: 30px 0 0 0;
}
.gjs_intro_fig img {
  width: 100%;
}
.gjs_intro_fig p {
  font-weight: bold;
  padding: 5px 0 5px 0;
  margin: 0;
}
.content_signature {
  float: right;
  font-size: 1.1em;
  margin: 20px 20px;
}
.ul_info1 {
  margin: 20px 20px;
}
table.editorial_board {
  width: 100% ;
}
table.editorial_board th {
  padding: 5px;
  color: #17375e;
  width: 30%;
  text-align: left;
}
table.editorial_board td {
  padding: 5px 5px 5px 10px;
}
.download_button {
  font-family: arial;
  font-weight: normal;
  font-size: 14px;
  float: right;
  border-radius: 5px;
  border: 1px solid #666;
  background-color: #256a89;
  padding: 2px 10px;
  font-weight: bold;
}
.download_button a {
  color: #fff;
  text-decoration: none;
}
.download_button:hover {
  text-decoration: none;
  background-color: #607890;
}
/* Archive CSS*/
table.list_issue {
  width: 95%;
  margin-top: 30px;
  border-collapse: collapse;
  margin: 0;
}
table.list_issue th {
  width: 20%;
  padding: 5px;
  color: #17375e;
  text-align: center;
  background-color: #bad2dc;
  border: 10px solid #fff;
}
table.list_issue td {
  border: 10px solid #fff;
}
table.list_issue_inner {
  width: 95%;
  border-collapse: collapse;
}
table.list_issue_inner td {
  text-align: center;
  padding: 2px;
  border: 1px solid #ddd;
  font-size: 0.9em;
}
.list_article_each {
  padding: 5px 20px;
  margin: 10px;
  background-color: #dde5e9;
  line-height: 1.3em;
}
.list_article_img_wrapper {
  height: 90px;
  float: right;
  margin-left: 10px;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #ddd;
}
.list_article_img_wrapper_table {
  height: 90px;
  float: right;
  margin-left: 10px;
  vertical-align: middle;
  overflow: hidden;
  border: 1px solid #ddd;
}
.list_article_img {
  width: 150px;
}
.list_article_img_table {
  width: 150px;
}
.list_article_title_en,
.list_article_title_nen {
  font-size: 1.1em;
  font-weight: bold;
  color: #000;
}
.list_article_title_en a,
.list_article_title_nen a {
  font-weight: bold;
}
.list_article_author_en {
  margin-top: 5px ;
}
.list_article_author_en,
.list_article_author_nen {
  font-size: 0.9em;
}
.list_article_bibr {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 0.9em;
  font-family: 'Source Sans Pro';
}
a.list_article_btn {
  border-radius: 5px;
  background-color: #fff;
  margin-right: 20px;
  border: 1px solid #ccc;
  padding: 1px 10px;
  margin: 10px 20px 0 0 ;
  font-size: 0.9em;
  color: #17375e;
}
a.list_article_btn:hover {
  text-decoration: none;
  background-color: #e8f3f8;
}
.navigation .nav_box a {
  border-radius: 5px;
  border: 1px solid #666;
  background-color: #fff;
  padding: 4px 2px;
  font-weight: bold;
  color: #17375e;
  font-size: 0.9em;
  padding: 5px;
}
.navigation .nav_box a:hover {
  background-color: #e8f3f8;
}
.search_group {
  padding: 10px;
  text-align: center;
}
.search_group:after {
  display: block;
  clear: both;
  content: "";
}
.search_option_box {
  width: 100px;
  float: left;
  height: 24px;
  margin-bottom: 10px;
  margin-right: 20px;
}
.search_option_text {
  width: 80%;
  float: left;
  height: 24px;
  margin-bottom: 10px;
}
.wrapper_pagination {
  width: 100%;
  text-align: center;
}
/* footer */
.footer_back {
  background: #eee;
  width: 100%;
}
.footer {
  text-align: center;
  font-size: 0.9em;
  padding: 5px 12px;
  vertical-align: middle;
}
.footer:after {
  display: block;
  clear: both;
  content: "";
}
.footer a {
  color: #555;
  text-decoration: none;
}
.footer a:hover {
  color: #555;
}
.footer .right,
.footer .right a {
  color: #555;
}
.footer_right a:hover,
.footer_right a:visited,
.footer_right a:focus {
  color: #555;
}
.footer_left {
  float: left;
  text-align: left;
  width: 750px;
  color: #555;
  padding-top: 15px;
  line-height: 1.4em;
}
.footer_right {
  float: right;
  padding-top: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.footer_copyright {
  text-align: center;
  display: block;
  clear: both;
  padding-bottom: 5px;
}
/* pop-up */
.Code {
  border: #8b4513 1px solid;
  padding-right: 5px;
  padding-left: 5px;
  color: #000066;
  font-family: 'Courier New', Monospace;
  background-color: #ff9933;
}
.subject_bold {
  font: bold 1em gulim;
}
.page_current {
  font: bold 1em gulim;
  color: #000066;
}
/*subcontents 관련 css*/
.subcon_title {
  color: #888;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid #ccc 1px;
  padding: 3px 5px;
}
.subcon_content {
  padding: 20px 0 50px 20px;
  font-size: 1em;
  line-height: 1.6em;
}
.subcon_content ul li {
  margin-left: 20px;
}
.intro01_table {
  width: 130px;
  background-color: #ddd;
  text-align: center;
  float: right;
}
.intro01_img {
  width: 120px;
}
.intro01 p strong {
  float: right;
  margin-right: 100px;
}
.intro06_img {
  width: 600px;
  text-align: center;
}
.intro07_img {
  width: 600px;
  text-align: center;
}
/* View_fig*/
.view_fig {
  font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
  font-size: 0.9em;
}
.view_fig_top_logo {
  text-align: center;
}
.view_fig_top_logo img {
  width: 700px;
}
.view_fig_wrapper {
  margin: 40px;
}
.view_fig_img {
  padding: 20px;
  text-align: left;
}
.view_fig_title {
  font-weight: bold;
}
.view_fig_bibr {
  margin-top: 30px;
}
.view_fig .fig-down-button {
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 2px 10px;
  color: #17375e;
  cursor: pointer;
  float: right;
  margin-right: 50px;
  margin-top: 20px;
}
.view_fig .fig-down-button:hover {
  text-decoration: none;
  background-color: #cff;
}
#crossmark-dialog {
  height: 550px !important;
}
/* culinary Unique Style*/
/* Header */
.picker_language {
  position: relative;
  border: 0px;
}
.picker_language ul {
  display: none;
  position: absolute;
  top: 30px;
  left: 0px;
  margin: 0;
  padding: 5px 10px 5px 20px;
  line-height: 150%;
  border: 1px solid #ddd;
  background-color: #fff;
  z-index: 1000;
}
.picker_language ul li {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.picker_language ul li a {
  display: block;
}
.picker_language ul li a:hover {
  font-weight: bold;
}
/*최상단 헤더 메뉴*/
.header_menus {
  background-color: #efefef;
}
.header_menu {
  float: right;
  line-height: 250%;
  font-size: 90%;
  color: #888;
}
.header_menu a {
  text-decoration: none;
  color: #888;
}
.header_menu a:hover {
  text-decoration: none;
  color: #888;
}
@media (min-width: 768px) {
  .header_menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .header_menu {
    display: none;
  }
}
/* Main Menu */
@media (min-width: 768px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}
/*main 화면 */
.main_top_banners {
  max-width: 1170px;
  margin: auto;
}
.main_top_banners .main_top_banner {
  padding-left: 0;
}
.main_top_banners .main_top_banner > li {
  width: 100%;
}
@media (max-width: 600px) {
  .main_top_banners .main_top_banner > li {
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .main_top_banners .main_top_banner > li img {
    min-width: 600px;
  }
}
.main_top_banners .main_top_banner > li .caption {
  background-color: rgba(20, 20, 20, 0.3);
  color: #eee;
  position: absolute;
  bottom: 10%;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
  font-weight: bold;
}
@media (min-width: 992px) {
  .main_top_banners .main_top_banner > li .caption {
    font-size: 250%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .main_top_banners .main_top_banner > li .caption {
    font-size: 200%;
  }
}
@media (max-width: 600px) {
  .main_top_banners .main_top_banner > li .caption {
    font-size: 120%;
  }
}
/*bx-slider border 없애기*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
  border: 0;
  left: 0;
}
.board_short .board_short-grid {
  margin-top: 20px;
}
.board_short .board_short-grid h4 {
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 4px solid #ddd;
}
.board_short .board_short-grid ul {
  padding: 0;
}
.board_short .board_short-grid ul li {
  list-style: none;
  border-bottom: 1px solid #bad2dc;
  padding: 4px 0;
  color: #333;
}
.board_short .board_short-grid ul li .title {
  width: calc(100% - 7em);
  /* for IE */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}
.board_short .board_short-grid ul li .date {
  float: right;
  width: 5.8em;
}
.board_short .board_short-grid ul li:hover {
  background: #bad2dc;
}
.board_short .board_short-grid ul li:after {
  display: block;
  clear: both;
  content: "";
}
.programs {
  background-color: #256a89;
  padding-bottom: 10px ;
  text-align: center;
}
.programs h3 {
  color: #efefef;
}
.programs .program-grid {
  padding-top: 10px;
}
.programs .program-grid .row > div {
  margin-bottom: 10px;
  min-height: 130px;
}
.programs .program-grid .row > div .program {
  padding: 10px 10px 10px;
  border: 1px solid #ccc;
}
.programs .program-grid .row > div .program a {
  color: #efefef;
}
.programs .program-grid .row > div .program p {
  padding: 5px 0;
  line-height: 25px;
}
.programs .program-grid .row > div .program:hover .fa-stack-1x {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  zoom: 1.1;
  -ms-zoom: 1.1;
  -webkit-zoom: 1.1;
  -moz-transform: scale(1.1);
}
.programs .program-grid h4 {
  font-size: 1.8em;
}
.programs .program-grid .fa-lg {
  font-size: 70px;
  min-height: 150px;
}
.programs .program-grid .fa-lg:hover {
  font-size: 70px;
}
.programs .program-grid .fa-stack-1x {
  color: #efefef;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.programs .program-grid .fa-circle {
  color: transparent;
  border: 1px solid darkblue;
  border-radius: 50%;
}
.contacts {
  background-color: #ddd;
  padding-bottom: 10px;
  text-align: center;
}
.contacts h3 {
  font-weight: bold;
}
.contacts h4 {
  font-size: 1.4em;
  margin-bottom: 1em;
  font-weight: bold;
}
.contacts .contact-grid .row > div {
  margin-top: 30px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .contacts .contact-grid .row > div {
    min-height: 20em;
  }
  .contacts .contact-grid .row > div:not(:last-child) {
    border-right: 1px solid #ccc;
  }
}
.contacts .contact-grid .row > div .contact {
  color: #17375e;
}
.contacts .contact-grid .row > div .contact ul {
  padding: 0;
  max-width: 280px;
  margin: auto;
}
.contacts .contact-grid .row > div .contact ul li {
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
  color: #333;
  list-style: none;
}
.footers {
  background-color: #333;
  padding-bottom: 10px;
  color: #eee;
}
.footers .footer-grid {
  padding-top: 30px;
}
.footers .footer-grid > div {
  margin-bottom: 10px;
}
.footers .footer-grid > div .footer_icon {
  text-align: center;
}
@media (min-width: 992px) {
  .footers .footer-grid > div .footer_icon img {
    width: 250px;
  }
}
@media (max-width: 991px) {
  .footers .footer-grid > div .footer_icon img {
    width: 200px;
  }
}
.footers .footer-grid > div .footer_content {
  line-height: 1.8em;
}
.footers .footer-grid > div .footer_content a {
  color: #eee;
}
.copyrights {
  background-color: #111;
  padding: 10px 0;
  color: #aaa;
  text-align: center;
}
.sub_top_banners .sub_top_banner {
  position: relative;
}
.sub_top_banners .sub_top_banner img {
  width: 100%;
}
.sub_top_banners .sub_top_banner .caption {
  display: block;
  background-color: rgba(20, 20, 20, 0.3);
  color: #efefef;
  font-family: 'Nanum Pen Script';
  position: absolute;
  bottom: 0%;
  left: 0;
  text-align: center;
  z-index: 10;
  width: 100%;
}
@media (min-width: 992px) {
  .sub_top_banners .sub_top_banner .caption {
    font-size: 250%;
  }
}
@media (min-width: 600px) and (max-width: 991px) {
  .sub_top_banners .sub_top_banner .caption {
    font-size: 170%;
  }
}
@media (max-width: 600px) {
  .sub_top_banners .sub_top_banner .caption {
    font-size: 150%;
    position: relative;
    color: orangered;
    background-color: #eee;
  }
}
.sidebar h3 {
  color: #fff;
  background-color: #17375e;
  padding: 10px;
  margin: 30px 0 0 0 ;
}
.sidebar ul {
  padding: 0;
  margin: 0 0 0 20px;
  border-bottom: #bbb solid 1px;
  border-left: #bbb solid 1px;
  border-right: #bbb solid 1px;
}
.sidebar ul .active {
  background-color: #eee;
  font-weight: bold;
}
.sidebar ul li {
  padding: 10px 10px 10px 20px;
  list-style: none;
  color: #888;
  font-size: 1.1em;
  font-weight: 500;
}
.sidebar ul li:hover {
  background-color: #bad2dc;
}
.wrapper_content {
  width: 780px;
  float: left;
  /* site_map */
}
.wrapper_content .content {
  margin: 20px 20px 30px 0;
  line-height: 2em;
}
.wrapper_content .content h2 {
  color: #17375e;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px #ccc solid;
  font-weight: bold;
}
.wrapper_content .content h3 {
  margin: 30px 0 20px 0;
  font-weight: bold;
}
.wrapper_content .content h4 {
  margin: 30px 0 15px 0;
  color: #17375e;
  font-weight: bold;
}
.wrapper_content .content h5 {
  margin: 20px 0 10px 0;
  font-weight: bold;
}
.wrapper_content .content .content_content {
  line-height: 1.6em;
}
.wrapper_content .content ul,
.wrapper_content .content ol {
  padding-left: 2em;
}
.wrapper_content .officer {
  font-size: 1.1em;
}
.wrapper_content .content_site_map h4 {
  color: #fff;
  background-color: #17375e;
  padding: 10px;
  margin: 20px 0 10px 0;
}
.wrapper_content .content_site_map ul li a {
  color: #333;
  font-size: 1.1em;
  line-height: 1.5em;
}
.wrapper_content:after {
  display: block;
  clear: both;
  content: "";
}
.content_iframe {
  width: 750px;
  min-height: 1000px;
}
.table_th_bg tr th {
  background-color: #bad2dc;
}
.content_board .form_board_search {
  text-align: center;
}
.content_board .form_board_search .search_option_box {
  height: 26px;
}
.content_board .form_board_search input [type=text] {
  height: 26px;
}
.content_board .wrapper_pagination {
  text-align: center;
}
.content_board img {
  max-width: 100%;
}
.img_president {
  width: 140px ;
  margin: 0 30px 10px 0;
}
.process_flows .row > div .process_flow {
  margin-top: 10px;
  border: 1px solid darkblue;
  border-radius: 5px;
  padding: 5px;
}
.process_flows .row > div .process_flow:hover {
  background-color: skyblue;
}
.process_flows .row > div .process_flow h4 {
  margin-top: 15px;
}
.process_flows .row > div .process_flow .line {
  border: 1px solid darkblue;
  margin: 0px 20px 20px 20px;
}
@media (min-width: 1200px) {
  .process_sign_up .process_flow {
    height: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process_sign_up .process_flow {
    height: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process_last_journal .process_flow {
    height: 140px;
  }
}
.table_board th {
  text-align: center;
  background-color: #bad2dc;
}
.table_board .contents {
  padding-top: 20px;
  padding-bottom: 30px;
  min-height: 200px;
}
.table_board .img-thumbnail {
  width: 100%;
}
#toTop {
  position: fixed;
  bottom: 38px;
  right: 10px;
  cursor: pointer;
  display: none;
}
.color_darkest {
  color: #17375e;
}
.color_darker {
  color: #256a89;
}
.color_dark {
  color: #3b86a8;
}
.color_light {
  color: #8cb5c7;
}
.color_lighter {
  color: #bad2dc;
}
.color_lightest {
  color: #dde5e9;
}
.background_color_darkest {
  background-color: #17375e;
}
.background_color_darker {
  background-color: #256a89;
}
.background_color_dark {
  background-color: #3b86a8;
}
.background_color_light {
  background-color: #8cb5c7;
}
.background_color_lighter {
  background-color: #bad2dc;
}
.background_color_lightest {
  background-color: #dde5e9;
}
.background_color_grey {
  background-color: #ddd;
}
.font_size_13 {
  font-size: 1.3em;
}
.font_size_12 {
  font-size: 1.2em;
}
.font_size_11 {
  font-size: 1.1em;
}
.line_height_20 {
  line-height: 200%;
}
.line_height_15 {
  line-height: 150%;
}
.line_height_13 {
  line-height: 120%;
}
.margin_bottom_10 {
  margin-bottom: 10px;
}
.margin_bottom_20 {
  margin-bottom: 20px;
}
.margin_bottom_30 {
  margin-bottom: 30px;
}
.margin_bottom_40 {
  margin-bottom: 40px;
}
.margin_top_5 {
  margin-top: 5px;
}
.margin_top_10 {
  margin-top: 10px;
}
.margin_top_20 {
  margin-top: 20px;
}
.margin_top_30 {
  margin-top: 30px;
}
.margin_top_40 {
  margin-top: 40px;
}
.margin_left_10 {
  margin-left: 10px;
}
.margin_left_20 {
  margin-left: 20px;
}
.margin_left_30 {
  margin-left: 30px;
}
.margin_left_40 {
  margin-left: 40px;
}
.margin_right_10 {
  margin-right: 10px;
}
.margin_right_20 {
  margin-right: 20px;
}
.margin_right_30 {
  margin-right: 30px;
}
.margin_right_40 {
  margin-right: 40px;
}
.margin_10 {
  margin: 10px;
}
.margin_20 {
  margin: 20px;
}
.margin_30 {
  margin: 30px;
}
.margin_40 {
  margin: 40px;
}
.padding_bottom_10 {
  padding-bottom: 10px;
}
.padding_bottom_20 {
  padding-bottom: 20px;
}
.padding_bottom_30 {
  padding-bottom: 30px;
}
.padding_bottom_40 {
  padding-bottom: 40px;
}
.padding_top_10 {
  padding-top: 10px;
}
.padding_top_20 {
  padding-top: 20px;
}
.padding_top_30 {
  padding-top: 30px;
}
.padding_top_40 {
  padding-top: 40px;
}
.padding_left_0 {
  padding-left: 0;
}
.padding_left_10 {
  padding-left: 10px;
}
.padding_left_20 {
  padding-left: 20px;
}
.padding_left_30 {
  padding-left: 30px;
}
.padding_left_40 {
  padding-left: 40px;
}
.padding_right_10 {
  padding-right: 10px;
}
.padding_right_20 {
  padding-right: 20px;
}
.padding_right_30 {
  padding-right: 30px;
}
.padding_right_40 {
  padding-right: 40px;
}
.padding_0 {
  padding: 0px;
}
.padding_10 {
  padding: 10px;
}
.padding_20 {
  padding: 20px;
}
.padding_30 {
  padding: 30px;
}
.padding_40 {
  padding: 40px;
}
.color_red {
  color: red;
}
.main_v3 {
  /* 컨텐츠 영역*/
  /*

	div.articleList {clear: both;position: relative;padding-bottom: 50px; }
	div.articleList:after {display: block;clear: both;height: 0;line-height: 0;font-size: 0;content: " ";}

	div.articleList > div {width: 366px; padding-bottom: 20px;}
	div.articleList > div.fl {z-index: 50;position: relative;padding-right: 10px;border-right: 1px solid #8e8e8e;}
	div.articleList > div > dl,
	table.articleTable td dl {padding-top: 25px;margin-top: 30px;}
	div.articleList > div > dl:first-child,
	table.articleTable td dl {margin-top: 0;}
	*/
}
.main_v3 .article {
  padding-bottom: 20px;
}
.main_v3 div.article:after {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  content: " ";
}
.main_v3 table.articleTable dl.article {
  border-bottom: 0 none;
}
.main_v3 div.article {
  position: relative;
  min-height: 198px;
  padding-left: 200px;
}
.main_v3 div.article > dl,
.main_v3 dl.article {
  position: relative;
}
.main_v3 .article dt {
  padding: 25px 0 10px;
}
.main_v3 div.contents .article dt a,
.main_v3 table.articleTable .tit {
  font-size: 18px;
  color: #2f312f;
  line-height: 1.4em;
}
.main_v3 dl.article dt a {
  overflow: hidden;
  font-size: 18px;
  text-align: left;
}
.main_v3 .article .writer,
.main_v3 table.articleTable .writer {
  padding-top: 5px;
  color: #6f6f6f;
  line-height: 1.6em;
}
.main_v3 .article .etc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.main_v3 dl.article .etc {
  width: 360px;
  padding-right: 73px;
}
.main_v3 .article .etc p,
.main_v3 .article .etc dl {
  float: left;
}
.main_v3 .article .etc p {
  padding-right: 8px;
  margin-right: 8px;
}
.main_v3 dl.article .etc p {
  line-height: 1.3em;
  background-position: right 3px;
}
.main_v3 .article .etc .type {
  color: #083388;
  font-size: 12px;
  font-weight: 500;
}
.main_v3 .article .etc .date {
  color: #6f6f6f;
  font-size: 12px;
}
.main_v3 .article .etc dl {
  z-index: 50;
  position: absolute;
  right: 0;
  top: 0;
  width: 266px;
  padding-top: 20px;
}
.main_v3 dl.article .etc dl {
  top: -3px;
}
.main_v3 .article .etc dt {
  z-index: 50;
  position: absolute;
  right: 0;
  top: 2px;
  padding: 0;
}
.main_v3 .article .etc dt a {
  display: block;
  width: 63px;
  height: 19px;
  text-indent: -10000px;
}
.main_v3 .article .etc .view dt a {
  background-position: 0 -21px;
}
.main_v3 .article .etc dd.toggleCon {
  width: 250px;
  padding: 7px;
  border: 1px solid #102F74;
  background-color: #fff;
}
.main_v3 .article .citedBy {
  float: right;
}
.main_v3 .article .info {
  color: #6f6f6f;
  font-size: 12px;
  line-height: 24px;
}
.main_v3 .article dd a {
  color: #2f312f;
  font-size: 12px;
  line-height: 24px;
}
.main_v3 .article dd.subject {
  padding-top: 10px;
  color: #3b6326;
}
.main_v3 .article dd.subject span {
  display: inline-block;
  padding-right: 5px;
  color: #2f312f;
}
.main_v3 .article dd.subject a {
  color: #3b6326;
}
.main_v3 .article .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  border: 1px solid #cfcfcf;
}
.main_v3 .article .img img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.main_v3 .article p.close {
  position: absolute;
  right: 14px;
  bottom: 8px;
  padding: 0;
  margin: 0;
  background: none;
}
.main_v3 div.article .img {
  width: 175px;
}
.main_v3 div.mainArticle {
  min-height: auto;
  padding-left: 0;
}
.main_v3 div.mainArticle > dl {
  position: relative;
  padding-left: 195px;
}
.main_v3 div.mainArticle dd.etc {
  width: 560px;
  left: 195px;
}
.main_v3 div.mainArticle div.abstract {
  padding-top: 15px;
}
.main_v3 div.articleTxt {
  padding-left: 0;
}
.main_v3 div.articleTxt .img {
  width: 0px;
}
.main_v3 div.articleTxt > dl {
  position: relative;
  padding-left: 0px;
}
.main_v3 div.articleTxt dd.etc {
  width: 560px;
  left: 0px;
}
.main_v3 dl.article dt {
  padding: 0;
}
.main_v3 dl.article dt a img {
  float: right;
  width: 88px;
  border: 1px solid #cfcfcf;
  margin: 5px 0 0 10px;
}
.main_v3 div.articleTab {
  position: relative;
}
.main_v3 table.articleTable th,
.main_v3 table.articleTable td {
  padding: 15px 0 10px 15px;
}
.main_v3 table.articleTable th {
  padding-top: 0 !important;
  color: #083388;
  font-weight: bold;
  font-size: 20px;
}
.main_v3 table.articleTable td {
  vertical-align: top;
}
/* rolling banner */
.frame {
  overflow: hidden;
  position: relative;
}
.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
}
.frame ul li {
  float: left;
  margin: 0 1px 0 0;
  padding: 0;
  cursor: pointer;
}
.frame ul li img {
  width: 100%;
}
.frame ul li.active {
  color: #fff;
  background: #a03232;
}
/* rolling banner Pages */
.bannerBox {
  padding-bottom: 30px;
}
.pages {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.pages li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  text-indent: -999px;
  border-radius: 10px;
  background: #666;
  cursor: pointer;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.pages li:hover {
  background: #aaa;
}
.pages li.active {
  background: #1178e9;
}
.topBanner {
  width: 705px;
  height: 300px;
}
.ui-dialog {
  max-width: 600px;
}
