/*
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);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Arvo);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);
body a:hover {
  text-decoration: none;
}
body a:focus {
  outline: none;
  text-decoration: none;
}
body {
  font-size: 14px;
  font-family: 'Nanum Gothic', 'Open Sans';
  word-wrap: break-word;
  word-break: normal;
}
.clear {
  clear: both;
}
a:hover {
  text-decoration: none;
}
/*기본세팅*/
.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;
}
.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;
}
/* 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 */
.navbar {
  margin: 0;
}
.navbar .navbar-header .navbar-brand {
  padding: 5px 5px 5px 5px;
}
.navbar .navbar-header .navbar-brand img {
  height: 100%;
}
.navbar .ul_menu_main > li {
  margin-left: 1em;
}
.navbar .ul_menu_main > li > a {
  font-size: 120%;
  font-weight: 600;
}
.navbar .ul_menu_main > li > ul > li {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .navbar .ul_menu_main > li > ul > li {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .navbar .ul_menu_main > li > ul > li {
    margin-left: 20px;
  }
}
.navbar .ul_menu_main > li > ul > li > a {
  padding: 0.3em 0;
}
@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 h4 a {
  color: #333;
}
.board_short .board_short-grid h4 a:hover {
  color: #333;
}
.board_short .board_short-grid ul {
  padding: 0;
}
.board_short .board_short-grid ul li {
  list-style: none;
  border-bottom: 1px solid #dbeef4;
  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: #dbeef4;
}
.board_short .board_short-grid ul li:after {
  display: block;
  clear: both;
  content: "";
}
.programs {
  background-color: #1f497d;
  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;
  margin: 1em;
  text-indent: -1em;
}
.contacts .contact-grid .row > div .contact ul li {
  text-align: left;
  font-size: 1.0em;
  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.5);
  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: #dbeef4;
}
.contents {
  /* site_map */
}
.contents .content {
  margin-bottom: 30px;
  line-height: 2em;
}
.contents .content h2 {
  color: #17375e;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px #ccc solid;
}
.contents .content h3 {
  margin: 30px 0 20px 0;
  font-weight: bold;
}
.contents .content h4 {
  margin: 30px 0 15px 0;
  color: #17375e;
  font-weight: bold;
}
.contents .officer {
  font-size: 1.1em;
}
.contents .content_site_map h4 {
  color: #fff;
  background-color: #17375e;
  padding: 10px;
  margin: 20px 0 10px 0;
}
.contents .content_site_map ul li a {
  color: #333;
  font-size: 1.1em;
  line-height: 1.5em;
}
.contents:after {
  display: block;
  clear: both;
  content: "";
}
.table_th_bg tr th {
  background-color: #dbeef4;
}
.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;
}
.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: #dbeef4;
}
.table_board .contents {
  padding-top: 20px;
  padding-bottom: 30px;
  min-height: 200px;
}
.table_board .img-thumbnail {
  width: 100%;
}
/*
.row_equal {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex; // Safari
    -webkit-flex-wrap: wrap; // Safari 6.1+

}
.row_equal  div[class*='col-'] {
    display: flex;
    display: -webkit-flex; // Safari
    -webkit-flex-wrap: wrap; // Safari 6.1+
    flex-direction: column;
}
*/
/*
.row_equal {
    overflow: hidden;
}

.row_equal > div[class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.row_equal {
  display: table;
}

.row_equal >div[class*="col-"] {
  float: none;
  display: table-cell;
  vertical-align: top;
}
*/
#toTop {
  position: fixed;
  bottom: 38px;
  right: 10px;
  cursor: pointer;
  display: none;
}
