/*
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;
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumbrushscript.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(https://fonts.googleapis.com/earlyaccess/nanumpenscript.css);
@import url(https://fonts.googleapis.com/earlyaccess/jejugothic.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
.color_darkest {
  color: #18936f !important;
}
.color_darker {
  color: #1b3051 !important;
}
.color_dark {
  color: #31859c !important;
}
.color_light {
  color: #a5c5cb !important;
}
.color_lighter {
  color: #dbeef4 !important;
}
.color_lightest {
  color: #e4f3f8 !important;
}
.bg_color_darkest {
  background-color: #18936f !important;
}
.bg_color_darker {
  background-color: #1b3051 !important;
}
.bg_color_dark {
  background-color: #31859c !important;
}
.bg_color_light {
  background-color: #a5c5cb !important;
}
.bg_color_lighter {
  background-color: #dbeef4 !important;
}
.bg_color_lightest {
  background-color: #e4f3f8 !important;
}
.color_jast_navy {
  color: #17375e !important;
}
.color_red {
  color: red !important;
}
.bg_color_grey {
  background-color: #ddd;
}
html {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .container {
    /*width: 970px;*/
  }
}
body {
  font-family: 'Open Sans', 'Nanum Gothic';
  word-break: keep-all;
  word-wrap: break-word;
}
.main {
  padding: 0;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a {
  outline: none;
}
a:focus {
  outline: none;
}
/* place holder 색깔 회색 만들기*/
::-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;
}
@media (min-width: 768px) {
  .vertical-center {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .table-row {
    display: table;
    table-layout: fixed;
  }
  .table-row [class^="col-"] {
    display: table-cell;
    float: none;
  }
}
.radio.radio-inline {
  margin-top: 10px;
}
.menu_bar_container.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998;
  opacity: 0.9;
}
.headers_xs {
  background-color: #fff;
}
.headers_xs .header {
  text-align: center;
  font-size: 2em;
}
.headers_xs .header .logo {
  padding: 5px;
}
.headers_xs .header .logo img {
  max-width: 100%;
  max-height: 1.5em;
}
.headers_xs .header .icon {
  padding: 5px;
}
.headers_xs .header .icon a {
  color: #1b3051;
}
.headers_sm {
  background-color: #fff;
}
.headers_sm .header {
  /*최상단 헤더 메뉴*/
}
.headers_sm .header .header_title {
  float: left;
  font-size: 2em;
  font-weight: bold;
  padding: 5px;
}
.headers_sm .header .header_title img {
  height: 60px;
}
.headers_sm .header .header_menu {
  float: right;
  color: #999;
  margin-top:20px;
  padding:3px;
  border:1px solid #cccccc;
  border-radius:10px;
}
.headers_sm .header .header_menu a {
  text-decoration: none;
  color: #999;
  padding:0 5px;
  font-family:'S-CoreDream-4Regular', sans-serif;
}
.headers_sm .header .header_menu a:hover {
  text-decoration: none;
  color: #111;
  transition-property: all;
  transition-duration: 0.5s;
}
.headers_sm .header .header_menu .form_google_translate_inline {
  display: inline-block;
  line-height: 1em;
}
/*메뉴 바*/
.menu_bars {
  background-color: #18936f;
  position: relative;
}
.menu_bars .menu_bar.menu_bar_ko:hover .bg_width {
  height: 280px;
  transition-property: height;
  transition-duration: 0.4s;
}
@media (max-width: 970px) {
  .menu_bars .menu_bar.menu_bar_ko:hover .bg_width {
    height: 320px;
  }
}
.menu_bars .menu_bar.menu_bar_ko:hover ul.top_menu_dep2 li {
  visibility: visible;
  opacity: 1;
}
.menu_bars .menu_bar .bg_width {
  top: 55px;
  position: absolute;
  height: 0;
  left: -1000px;
  width: 300vw;
	background:#18936f;
  /*background-color: rgba(240, 240, 240, 0.5);*/
  z-index: 100000;
}
.menu_bars .menu_bar ul.top_menu_dep1 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu_bars .menu_bar ul.top_menu_dep1 > li {
  float: left;
  list-style: none;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  text-align: center;
  height: 55px;
  line-height: 55px;
   width:20%;
  width: calc(20%);
   font-family:'S-CoreDream-4Regular', sans-serif;
}

.menu_bars .menu_bar ul.top_menu_dep1 > li > a {
  color: #fff;
  display: block;
  line-height:35px !important;
  /*padding: 15px 5px;*/
  cursor: pointer;
}

.menu_bars .menu_bar ul.top_menu_dep1 > li a {
  color: #fff;
  display: block;
  line-height: 1.2em ;
  padding: 10px 5px;
  cursor: pointer;
}


.menu_bars .menu_bar ul.top_menu_dep1 > li:hover {
  background-color: #014868;
}
.menu_bars .menu_bar ul.top_menu_dep1 > li ul {
  z-index: 999999;
  position: absolute;
  padding: 0;
  transition-property: height;
  transition-duration: 0.5s;
  height: 0;
  width: 100%;
}
.menu_bars .menu_bar ul.top_menu_dep1 > li ul li {
  list-style: none;
  font-size: 13px;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.menu_bars .menu_bar ul.top_menu_dep1 > li ul li a {
  color: #fff;
}
.menu_bars .menu_bar ul.top_menu_dep1 > li ul li a:hover {
  color: #fff;
  background: #035a81;
  text-decoration: none;
}
.menu_bar_hr {
  line-height: 0;
}
.menu_bar_hr img {
  width: 100%;
  height: 4px;
}
.mp-menu .mp-level {
  background: #fff;
}
.mp-menu .mp-level:hover {
  background: #fff;
}
.mp-menu .mp-level h2 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
.mp-menu .mp-level h2 a {
  font-weight: bold;
  color: #1b3051;
}
.mp-menu .mp-level h3 {
  font-size: 1em;
  font-weight: bold;
  color: #1b3051;
  padding: 1em 0.5em 0.5em 0.5em;
  margin-top: 0;
  margin-bottom: 0;
}
.mp-menu .mp-level .sub_menu {
  font-size: 0.9em;
  color: #888;
}
.mp-menu .mp-level ul li {
  font-size: 1rem;
  line-height: 1rem;
  color: #dbeef4;
}
.mp-menu .mp-level ul li a {
  font-size: 1rem;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #1b3051;
}
.mp-menu .mp-level ul li form {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2em;
  padding-right: 1em;
}
.mp-menu .mp-level ul li form a {
  font-size: 1em;
}
.mp-menu .mp-level ul li form a:hover {
  background-color: transparent;
}
.mp-menu .mp-level ul li .mp-level[data-level="2"] h2 {
  font-size: 1em;
  font-weight: bold;
  color: #1b3051;
}
.mp-menu .mp-level ul li .mp-level[data-level="2"] a {
  font-size: 14px;
}
/*bootstrap 메뉴바 */
/*
@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
  }
}

.navbar .nav >li>a {
  font-weight: bold;
  text-align: center;
  }
*/
/*main 화면 */
.sub_top_banners {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 400px) {
}
.sub_top_banners .sub_top_banner img {
  width: 100%;
}
@media (max-width: 400px) {
  .sub_top_banners .sub_top_banner img {
    min-width: 400px;
  }
}
.sub_top_banners .sub_top_banner .caption {
  color: #fff;
  padding-top: 10vmin;
  padding-bottom: 2rem;
  width: 100%;
  text-shadow: 2px 2px 0 #000;
  font-weight: bold;
}
.main_top_banners {
  position: relative;
  margin-bottom: -60px;
}
.main_top_banners .div_slide_control {
  font-size: 10vmin;
  position: absolute;
  top: 40%;
  transform: transformY(-40%);
}
.main_top_banners .div_slide_control a {
  color: #fff;
}
.main_top_banners .div_slide_control.left {
  left: 3%;
}
.main_top_banners .div_slide_control.right {
  right: 3%;
}
.main_top_banners .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 5%;
}
.main_top_banners .bx-wrapper .bx-pager a {
  background: #e4f3f8;
}
.main_top_banners .bx-wrapper .bx-pager a.active,
.main_top_banners .bx-wrapper .bx-pager a:hover {
  background: #31859c;
}
.main_top_banners ul.main_top_banner {
  padding-left: 0;
}
.main_top_banners ul.main_top_banner li.banner {
  width: 100%;
  max-height: 600px;
  top: 50%;
  left: 50%;
}
@media (max-width: 400px) {
  .main_top_banners ul.main_top_banner li.banner {
    overflow: hidden;
  }
}
.main_top_banners ul.main_top_banner li.banner img {
  width: 100%;
}
@media (max-width: 400px) {
  .main_top_banners ul.main_top_banner li.banner img {
    min-width: 400px;
  }
}
.main_top_banners ul.main_top_banner li.banner .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;
  font-size: 250%;
  word-break: keep-all;
}
.main_top_banners ul.main_top_banner li.banner .caption h2 {
  position: relative;
  margin-top: 10px;
  font-size: 40px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .main_top_banners ul.main_top_banner li.banner .caption h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 400px) {
  .main_top_banners ul.main_top_banner li.banner .caption h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.main_top_banners ul.main_top_banner li.banner .caption p {
  filter: initial;
  font-size: 25px;
}
@media (max-width: 900px) {
  .main_top_banners ul.main_top_banner li.banner .caption p {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  .main_top_banners ul.main_top_banner li.banner .caption p {
    font-size: 13px;
  }
}
.main_top_banners ul.main_top_banner li.banner .caption1 {
  color: #fff;
}
.main_top_banners ul.main_top_banner li.banner .caption2 {
  color: #fff;
}
.main_top_banners ul.main_top_banner li.banner .caption3 {
  color: #fff;
}
.title_hr {
  padding-top: 0;
  padding-bottom: 20px;
  text-align: center;
}
.title_hr img {
  text-align: center;
  width: 40%;
  height: 10px;
}
@media (max-width: 400px) {
  .title_hr img {
    width: 80%;
  }
}
.first_screen > div {
  padding-top: 30px;
  padding-bottom: 20px;
}
.first_screen h2.title {
  text-align: center;
}
.first_screen .businesss .div_slide_control {
  font-size: 5vmin;
  position: absolute;
  top: 40%;
  transform: transformY(-40%);
  background-image: none;
}
.first_screen .businesss .div_slide_control a {
  color: #fff;
}
.first_screen .businesss .div_slide_control.left {
  left: 3%;
}
.first_screen .businesss .div_slide_control.right {
  right: 3%;
}
.first_screen .businesss .carousel-inner {
  padding-bottom: 70px;
}
.first_screen .board_en .position {
  font-size: 1.1em;
  font-weight: bold;
  color: #1f497d;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.first_screen .menu_shortcuts {
  background-color: #1b3051;
  color: white;
  margin-top: 5px;
  text-align: center;
}
.first_screen .menu_shortcuts a {
  color: white;
}
.first_screen .menu_shortcuts .row .menu_item a .fa-stack-1x {
  transition: all 0.2s ease-in-out;
}
.first_screen .menu_shortcuts .row .menu_item a:hover .fa-stack-1x {
  transform: scale(1.2);
}
.first_screen .menu_shortcuts .row .fa-circle {
  color: transparent;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
}
.first_screen .menu_shortcuts:after {
  display: block;
  clear: both;
  content: "";
}
.first_screen .gmboard {
  margin-bottom: -15px;
  background-color: #fff;
  /* Style tab links */
  /* Style the tab content (and add height:100% for full page content) */
  /*
			//사용 안한듯.(180724_연욱)
			.gmboard-modal .gmboard-modal-dialog {
				padding: 3rem 1rem;
				min-height: calc(100vh - 2rem);
				margin: 1rem calc(1rem - 8px);
				position: relative;
				z-index: 2;
				-moz-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
				-webkit-box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);
				box-shadow: 0 0 3rem 1rem rgba(0, 0, 0, 0.5);

				.close-button {
					position: absolute;
					top: 2rem;
					right: 2rem;

					i {
						line-height: 38px;
					}

					h2 {
						font-size: 2rem;
					}
				}
			}

			@media (min-width: 768px) {
				.gmboard-modal .gmboard-modal-dialog {
					min-height: 100vh;
					padding: 5rem;
					margin: 3rem calc(3rem - 8px);
				}
				.gmboard-modal .gmboard-modal-dialog h2 {
					font-size: 3rem;
				}
			}
			*/
}
.first_screen .gmboard ul li {
  padding: 20px;
}
.first_screen .gmboard ul li:hover {
  color: black;
  background-color: #e4f3f8;
}
.first_screen .gmboard .gmboard-item {
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 15px;
}
.first_screen .gmboard .gmboard-item .gmboard-item-caption {
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background-color: #004c8c;
}
.first_screen .gmboard .gmboard-item .gmboard-item-caption .gmboard-item-caption:hover {
  opacity: 1;
}
.first_screen .gmboard .gmboard-item .gmboard-item-caption .gmboard-item-caption-content {
  font-size: 1.5rem;
}
.first_screen .gmboard .tablink {
  background-color: #a5c5cb;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 1em;
  font-size: 1.2em;
}
.first_screen .gmboard .tablink:hover {
  background-color: #31859c;
}
@media (max-width: 768px) {
  .first_screen .gmboard .tablink {
    border-radius: 3px;
    margin: 5px;
    padding: 0.5em;
  }
}
.first_screen .gmboard hr {
  border-color: #ccc;
}
@media (min-width: 576px) {
  .first_screen .gmboard {
    margin-bottom: -30px;
  }
  .first_screen .gmboard .gmboard-item {
    margin-bottom: 30px;
  }
}
.first_screen #portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
.first_screen #portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 212px;
  margin: 0 auto;
  cursor: pointer;
}
.first_screen #portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: rgba(254, 209, 54, 0.9);
}
.first_screen #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}
.first_screen #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
.first_screen #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
.first_screen #portfolio .portfolio-item .portfolio-link .portfolio-hover-content h3,
.first_screen #portfolio .portfolio-item .portfolio-link .portfolio-hover-content h4 {
  margin: 0;
}
.first_screen #portfolio .portfolio-item .portfolio-image {
  width: 100%;
  height: 150px;
}
@media (min-width: 750px) {
  .first_screen #portfolio .portfolio-item .portfolio-image {
    height: 110px;
  }
}
@media (min-width: 950px) {
  .first_screen #portfolio .portfolio-item .portfolio-image {
    height: 100px;
  }
}
.first_screen #portfolio .portfolio-item .portfolio-caption {
  max-width: 212px;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
.first_screen #portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}
.first_screen #portfolio .portfolio-item .portfolio-caption p {
  font-size: 14px;
  margin: 0;
  font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.first_screen #portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  .first_screen #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.first_screen .banner_movings {
  background-color: #f7f7f7;
  padding: 10px 0;
}
.first_screen .banner_movings .banner_moving .tit {
  text-align: center;
  font-size: 1.3em;
  margin: 0.3em 0;
}
.first_screen .banner_movings .banner_moving .btn_banner_prev,
.first_screen .banner_movings .banner_moving .btn_banner_next {
  text-align: center;
  line-height: 1.2em;
  font-size: 2em;
}
@media (max-width: 500px) {
  .first_screen .banner_movings .banner_moving .btn_banner_prev,
  .first_screen .banner_movings .banner_moving .btn_banner_next {
    font-size: 1.5em;
  }
}
.first_screen .banner_movings .banner_moving .btn_banner_prev a,
.first_screen .banner_movings .banner_moving .btn_banner_next a {
  color: #ccc;
}
.first_screen .banner_movings .banner_moving .banner_wrap img {
  border: 1px solid #ddd;
}
.footer_navs {
  background: #ddd;
}
.footer_navs .footer_nav {
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer_navs .footer_nav .col-sm-2 {
  padding: 10px;
}
.footer_navs .footer_nav h4 {
  color: #17375e;
  font-size: 1.2em;
}
.footer_navs .footer_nav li {
  color: #333;
  font-size: 0.9em;
}
.footer_navs .footer_nav li a {
  color: #333;
}
.footer_navs .footer_nav li a:hover {
  color: #a5c5cb;
}
/*
// 맨 밑 위에 개인정보 방침 등 넣는 곳
.footer_menus{
	border-top: 1px #ccc solid;
	background-color: #aaa;
	ul.footer_menu{
		float: right;
		vertical-align: middle;
		margin: 0;
		//font-size: 90%;
		li{
			float: left;
			padding: 0.5em 0;
			a {
				text-decoration: none;
				color: #333;
				&:hover {
					text-decoration: none;
					color: #777;
				}
			}
		}
	}
	&:after {
		display: block;
		clear: both;
		content: "";
	}
}
*/
.footers {
  background: #333;
}
.footers .footer {
  padding-top: 10px;
  padding-bottom: 10px;
}
.footers .footer .text {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .footers .footer .text {
    text-align: center;
  }
}
.footers .footer .text a {
  color: #fff;
}
.footer_copyrights {
  background-color: #111;
}
.footer_copyrights .footer_copyright {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ddd;
}
/* login */
.banner_orcid {
  height: 25px;
  border: 1px solid #ccc;
}
/* sidebar */
.sidebars .sidebar {
  margin-bottom: 30px;
}
.sidebars .sidebar h3 {
  color: #fff;
  background-color: #31859c;
  padding: 20px 5px 10px 15px;
  margin: 0 0 0 0;
  font-size: 1.2em;
  font-weight: bold;
}
.sidebars .sidebar ul {
  padding-left: 0;
  padding-bottom: 5px;
  margin: 0 0 0 20px;
  border-bottom: #bbb solid 1px;
  border-left: #bbb solid 1px;
  border-right: #bbb solid 1px;
}
.sidebars .sidebar ul a {
  color: #17375e;
  font-weight: 200;
}
.sidebars .sidebar ul li {
  padding: 10px 5px 10px 20px;
  list-style: none;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
}
.sidebars .sidebar ul li:hover {
  background-color: #dbeef4;
}
.div_breadcrumbs .div_breadcrumb > div {
  margin-top: 25px;
  margin-bottom: 11px;
}
.div_breadcrumbs .div_breadcrumb .breadcrumb_box {
  padding-top: 5px;
  padding-bottom: 5px;
}
.div_breadcrumbs .div_breadcrumb .breadcrumb_box .nav_text {
  color: #888;
}
.div_breadcrumbs .div_breadcrumb .breadcrumb_box .div_share_circle {
  float: right;
}
@media (max-width: 768px) {
}
.div_breadcrumbs .div_breadcrumb .breadcrumb_box .div_share_circle .share_circle {
  width: 2em;
  filter: grayscale(1);
}
@media (max-width: 768px) {
  .div_breadcrumbs .div_breadcrumb .breadcrumb_box .div_share_circle .share_circle {
    width: 2em;
  }
}
.div_breadcrumbs .div_breadcrumb .breadcrumb_box .div_share_circle .share_circle:hover {
  transition: all .25s;
  -webkit-filter: opacity(1);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.form_register {
  vertical-align: bottom;
}
.form_register h5 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}
h1 {
  font-size: 45px;
}
@media (max-width: 500px) {
  h1 {
    font-size: 35px;
  }
}
/* content info */
.contents .content {
  margin-bottom: 30px;
  line-height: 2em;
  /* site_map */
}
.contents .content .nav-tabs {
  font-style: italic;
}
.contents .content .nav-tabs a {
  color: #000;
}
.contents .content .list_content h4 {
  margin: 0;
}
.contents .content h2 {
  color: #18936f;
  margin: 30px 0 20px 0;
  font-size: 2em;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px #ccc solid;
}
.contents .content h3 {
  margin: 30px 0 20px 0;
  font-weight: bold;
  font-size: 1.5em;
  padding-bottom: 5px;
}
.contents .content h4 {
  color: #18936f;
  margin: 30px 0 15px 0;
  font-weight: bold;
  font-size: 1.2em;
}
.contents .content h5 {
  font-weight: bold;
  font-size: 1.1em;
}
.contents .content h6 {
  font-weight: bold;
}
.contents .content .img_chairman {
  margin: 20px;
  width: 150px;
}
.contents .content .div_related_site > div > div:first-child {
  font-weight: bold;
  text-align: left;
}
@media (min-width: 768px) {
  .contents .content .div_related_site > div > div:first-child {
    text-align: right;
  }
}
.contents .content .div_related_site > div > div:last-child a {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: pre-line;
}
.contents .content .thumbnail_board {
  overflow: hidden;
  height: 100px;
  position: relative;
}
.contents .content .thumbnail_board img {
  width: 100%;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  position: absolute;
}
.contents .content .content_info h2 {
  padding-bottom: 10px;
  margin: 20px 0 30px 0;
  border-bottom: 2px solid #ccc;
}
.contents .content .content_info h3 {
  color: #1b3051;
  margin-top: 40px;
  font-weight: bold;
}
.contents .content .content_info table th {
  background: #dbeef4;
}
.contents .content .content_info img {
  margin: 10px 0 10px 0;
}
.contents .content .content_hotel img {
  margin: 0;
}
.contents .content .content_site_map h4 {
  color: #fff;
  background-color: #18936f;
  padding: 10px;
  margin: 20px 0 10px 0;
}
.contents .content .content_site_map ul li {
  list-style: disc;
}
.contents .content .content_site_map ul li a {
  color: #333;
  font-size: 1.1em;
  line-height: 1.5em;
}
.contents .content .table_board th {
  text-align: center;
  background-color: #e4f3f8;
}
.contents .content .table_board .bo_contents {
  padding-top: 20px;
  padding-bottom: 30px;
  min-height: 200px;
}
.contents .content .table_board .img-thumbnail {
  width: 100%;
}
.contents .content .wrapper_additional_search {
  display: none;
}
.contents .content .wrapper_pagination {
  text-align: center;
}
.contents .content ul.tsc_pagination {
  padding: 0;
  display: table;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  list-style-type: none;
}
.contents .content ul.tsc_pagination li {
  float: left;
  margin-left: 5px;
}
.contents .content ul.tsc_pagination li a.current {
  color: #FFFFFF;
  box-shadow: 0px 1px #EDEDED;
  text-shadow: 0px 1px #388DBE;
  border-color: #3390CA;
  background: #58B0E7;
  background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
.contents .content ul.tsc_pagination li a {
  line-height: 1em;
  border: solid 1px #8DC5E6;
  border-radius: 3px;
  display: block;
  text-decoration: none;
  padding: 7px 10px 7px 10px;
  color: #0A7EC5;
  background: #F8FCFF;
}
.contents .content ul.tsc_pagination li a:hover {
  color: #FFFFFF;
  box-shadow: 0px 1px #EDEDED;
  text-shadow: 0px 1px #388DBE;
  border-color: #3390CA;
  background: #58B0E7;
  background: -moz-linear-gradient(top, #B4F6FF 1px, #63D0FE 1px, #58B0E7);
  background: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0.02, #B4F6FF), color-stop(0.02, #63D0FE), color-stop(1, #58B0E7));
}
.contents .content ul.tsc_pagination li a img {
  border: none;
}
.contents .content .officer h2 {
  border-bottom: none;
}
.contents .content .officer h3 {
  margin-top: 40px;
}
.contents .content .officer h4 {
  margin-top: 20px;
}
.contents .content .officer .h4_margin {
  margin: 10px 0 15px 0;
}
.contents .calendar_line .header .title {
  font-size: 1.4em;
  line-height: 2em;
}
.contents .calendar_line .box .date {
  float: left;
  width: 35%;
  text-align: right;
  padding: 10px 20px;
  background-color: #dbeef4;
  margin-top: 10px;
  border-radius: 15px 0 0 15px;
}
.contents .calendar_line .box .title {
  float: left;
  width: 60%;
  padding: 10px 20px;
  margin-top: 10px;
  background-color: #e4f3f8;
  border-radius: 0 15px 15px 0;
}
.contents .calendar_line .box:after {
  display: block;
  clear: both;
  content: "";
}
.contents .content_board h3 {
  border-bottom: none;
}
.contents .content_board img {
  width: auto !important;
  height: auto !important;
}
.contents .content_board img {
  max-width: 100% !important;
  max-height: 100% !important;
}
.contents .content_board .share_circle {
  width: 2.5em;
}
@media (max-width: 768px) {
  .contents .content_board .share_circle {
    width: 2em;
  }
}
.contents .content_board .share_circle:hover {
  transition: all .25s;
  -webkit-filter: opacity(0.7);
  /* Safari 6.0 - 9.0 */
  filter: opacity(0.7);
}
.contents .content_board .table-hover a {
  color: #18936f;
}
.contents .content_board .table-hover tr:hover {
  background-color: #e4f3f8;
}
.contents .content_board hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contents .date_history {
  color: #16a085;
}
.contents .content_iframe {
  width: 580px;
  min-height: 1000px;
}
@media (min-width: 768px) {
  .contents .content_iframe {
    width: 580px;
    min-height: 1000px;
  }
}
@media (min-width: 992px) {
  .contents .content_iframe {
    width: 730px;
    min-height: 1000px;
  }
}
.list_style_none {
  list-style: none;
}
.list_style_none li {
  list-style: none;
}
.scroll_box {
  height: 200px;
  overflow-y: scroll;
  border: 1px solid #ddd;
  margin: 10px;
  padding: 0 10px;
}
.ui-dialog-content img {
  max-width: 100% !important;
  height: auto !important;
}
/* calendar */
.table_calendar td,
.table_calendar th {
  padding: 5px;
}
.table_calendar tbody .cal_row {
  height: 100px;
  vertical-align: top;
  text-align: right;
}
.table_calendar tbody .week_row {
  text-align: center;
  background-color: #a5c5cb;
}
.table_calendar tbody tr td {
  border: 1px solid #ccc;
  line-height: 1.1em;
}
.table_calendar tbody tr td .day {
  margin-bottom: 10px;
}
.table_calendar tbody tr td .diary {
  font-size: 0.9em;
  margin-bottom: 5px;
}
.table_calendar tbody tr .heading_title_cell {
  font-size: 1.4em;
  line-height: 2em;
}
.table_calendar tbody tr .cell_start_today {
  background-color: #a5c5cb;
}
.table_calendar tbody tr .cell_content {
  background-color: #e4f3f8;
}
/* paper */
/* 컨퍼런스 */
.table_paticipant_add {
  border: 1px solid #ccc;
  margin-top: 20px;
}
.table_total_amount input {
  text-align: right;
}
.ul_process_registration {
  list-style: none;
  padding: 0;
  font-weight: bold;
}
.ul_process_registration li {
  float: left;
  width: 15%;
  margin-right: 1%;
  border: 1px solid #18936f;
  border-radius: 5px;
  color: #18936f;
}
.ul_process_registration li:hover {
  background-color: skyblue;
}
.ul_process_registration .line {
  border: 1px solid #18936f;
  margin: 0 20px 20px 20px;
}
.ul_process_registration:after {
  display: block;
  clear: both;
  content: "";
}
.min_height_30 > li {
  height: 30px;
}
.min_height_50 > li {
  height: 50px;
}
.min_height_70 > li {
  height: 70px;
}
.min_height_80 > li {
  min-height: 80px;
}
.min_height_170 > li {
  min-height: 170px;
}
/*bx-slider border 없애기*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0;
  -webkit-box-shadow: 0;
  box-shadow: none;
  border: 0 !important;
  left: 0;
}
/*기본세팅*/
.left {
  float: left;
}
.right {
  float: right;
}
.text_center {
  text-align: center !important;
}
.text_left {
  text-align: left !important;
}
.text_right {
  text-align: right !important;
}
@media (min-width: 768px) {
  .text_right_not_xs {
    text-align: right !important;
  }
}
@media (max-width: 768px) {
  .text_left_xs {
    text-align: left !important;
  }
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.max_height_inherit {
  max-height: inherit;
}
.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%;
}
.table_border_outside {
  border: 1px solid #ccc;
}
.table_borderless tbody tr td,
.table_borderless tbody tr th,
.table_borderless thead tr th,
.table_borderless thead tr td,
.table_borderless tfoot tr th,
.table_borderless tfoot tr td {
  border: none;
}
.table_border_top_bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.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_th_bg_lightest th {
  background-color: #e4f3f8;
}
.table_v_align_top th,
.table_v_align_top td {
  vertical-align: top;
}
img.banner {
  width: 160px;
  border: 1px solid #ddd;
  margin: 10px;
}
.img_cover_grey {
  border: 1px solid #ddd;
}
ul.list_style_disc li,
.list_style_disc ul li {
  list-style: disc;
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.font_size_13,
.font_size_13 p {
  font-size: 1.3em !important;
}
.font_size_12,
.font_size_12 p {
  font-size: 1.2em !important;
}
.font_size_11,
.font_size_11 p {
  font-size: 1.1em !important;
}
.font_size_09 {
  font-size: 0.9em !important;
}
.font_size_08 {
  font-size: 0.8em !important;
}
.font_size_07 {
  font-size: 0.7em !important;
}
.line_height_20 {
  line-height: 200% !important;
}
.line_height_15 {
  line-height: 150% !important;
}
.line_height_13 {
  line-height: 120% !important;
}
.margin_bottom_0 {
  margin-bottom: 0 !important;
}
.margin_bottom_10 {
  margin-bottom: 10px !important;
}
.margin_bottom_20 {
  margin-bottom: 20px !important;
}
.margin_bottom_30 {
  margin-bottom: 30px !important;
}
.margin_bottom_40 {
  margin-bottom: 40px !important;
}
.margin_top_0 {
  margin-top: 0px !important;
}
.margin_top_5 {
  margin-top: 5px !important;
}
.margin_top_10 {
  margin-top: 10px !important;
}
.margin_top_20 {
  margin-top: 20px !important;
}
.margin_top_30 {
  margin-top: 30px !important;
}
.margin_top_40 {
  margin-top: 40px !important;
}
.margin_left_10 {
  margin-left: 10px !important;
}
.margin_left_20 {
  margin-left: 20px !important;
}
.margin_left_30 {
  margin-left: 30px !important;
}
.margin_left_40 {
  margin-left: 40px !important;
}
.margin_right_10 {
  margin-right: 10px !important;
}
.margin_right_20 {
  margin-right: 20px !important;
}
.margin_right_30 {
  margin-right: 30px !important;
}
.margin_right_40 {
  margin-right: 40px !important;
}
.margin_auto {
  margin: auto !important;
}
.margin_0 {
  margin: 0 !important;
}
.margin_10 {
  margin: 10px !important;
}
.margin_20 {
  margin: 20px !important;
}
.margin_30 {
  margin: 30px !important;
}
.margin_40 {
  margin: 40px !important;
}
.padding_bottom_10 {
  padding-bottom: 10px !important;
}
.padding_bottom_20 {
  padding-bottom: 20px !important;
}
.padding_bottom_30 {
  padding-bottom: 30px !important;
}
.padding_bottom_40 {
  padding-bottom: 40px !important;
}
.padding_top_10 {
  padding-top: 10px !important;
}
.padding_top_20 {
  padding-top: 20px !important;
}
.padding_top_30 {
  padding-top: 30px !important;
}
.padding_top_40 {
  padding-top: 40px !important;
}
.padding_left_0 {
  padding-left: 0 !important;
}
.padding_left_10 {
  padding-left: 10px !important;
}
.padding_left_20 {
  padding-left: 20px !important;
}
.padding_left_30 {
  padding-left: 30px !important;
}
.padding_left_40 {
  padding-left: 40px !important;
}
.padding_right_10 {
  padding-right: 10px !important;
}
.padding_right_20 {
  padding-right: 20px !important;
}
.padding_right_30 {
  padding-right: 30px !important;
}
.padding_right_40 {
  padding-right: 40px !important;
}
.padding_0 {
  padding: 0px !important;
}
.padding_10 {
  padding: 10px !important;
}
.padding_20 {
  padding: 20px !important;
}
.padding_30 {
  padding: 30px !important;
}
.padding_40 {
  padding: 40px !important;
}
.text_shadow_grey {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.cursor_pointer {
  cursor: pointer;
}
/*
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/css?family=Arvo);
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(//fonts.googleapis.com/css?family=Montserrat);

html{background-image: url("/images/background_cork.jpg");background-attachment: fixed;;background-size:100% auto;}
body{font-size: 13px; font-family: Helvetica,'Nanum Gothic';}
.main {width : 980px; margin:auto;padding:0;color:#000;}
.content_info h3 {color:#247ba0; margin-top:40px;font-family: 'Montserrat-Regular';font-weight: bold;}
.content_info h2 {padding-bottom:10px;margin: 20px 0 30px 0;border-bottom: 2px solid #ccc;font-family: 'Montserrat-Regular';}

a:hover {text-decoration: none;}

//기본세팅
.left {float: left;}
.right {float: right;}
.text_center {text-align: center !important;}
.text_left {text-align: left !important;}
.text_right {text-align: right !important;}
.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%;}


.table_border_outside {border:1px solid #ccc;}
.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; }

img.banner{width:160px; border: 1px solid #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_right_10 {margin-right:10px;}
.margin_right_20 {margin-right:20px;}
.margin_right_30 {margin-right:30px;}
.margin_right_40 {margin-right: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_top_10 {margin-top:10px;}
.margin_top_20 {margin-top:20px;}
.margin_top_30 {margin-top:30px;}
.margin_top_40 {margin-top:40px;}
.margin_10 {margin:10px;}
.margin_20 {margin:20px;}
.margin_30 {margin:30px;}
.margin_40 {margin:40px;}

// place holder 색깔 회색 만들기
::-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;
}

//최상단 헤더 메뉴
.header_menu {float:right;line-height: 300%; color:#333;font-size: 90%}
.header_menu a{text-decoration: none;color:#333;}
.header_menu a:hover{text-decoration: none;color:#333;}
.wrapper_header_menu:after {display:block;clear:both;content:""}

//main 화면
.main_top_banner{margin-top: 5px;height: 350px;padding:0;}
.sub_top_banner {margin-top: 5px;height: 150px}



//bootstrap 메뉴바

//메뉴 바
.menu_bar_back {  }
.menu_bar {width:100%;height:35px;background-color:#3d3f4c;   }

.top_menu_dep1{font-size: 15px;margin: 0px;line-height:35px; display: flex;justify-content: space-around;padding:0;}

.top_menu_dep1>li{float:left;list-style:none;font-family: arial;font-weight: bold;font-size: 1em;display: block;position: relative;}

.top_menu_dep1>li>a{color:#fff;display: block;}
.top_menu_dep1>li>a:hover{color:#dbe6ec;text-decoration: none}

.top_menu_dep1 li:hover > ul { display: block;z-index: 10000;}
.top_menu_dep2 {display: none;position: absolute;left:-10px ;border: 1px #a4bcc2 solid;padding: 0px;}
.top_menu_dep2 li{font-weight:normal;font-size: 0.9em;line-height: 120%;padding: 8px 10px;list-style:none;width: 200px;background-color: #dbeef4;}
.top_menu_dep2 li a{color:#333;}
.top_menu_dep2 li a:hover{font-weight: bold;text-decoration: none; }



//sidebar
.wrapper_sidebar { float:left; width: 200px; margin-bottom: 30px;}
.sidebar {  }
.sidebar h3 { color:#fff;background-color: #425669; padding:15px; margin: 20px 0 0 0 ; font-size: 140%;}
.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 li { padding: 10px 5px 5px 20px;list-style: none;  font-weight: bold; }
.sidebar li a  {color: #888;}
.sidebar li:hover{ background-color: #dbeef4;}

.left_sidebar {float:left; }
.footer {clear:both;}

// site_map
.content_site_map {}
.content_site_map h4 {color:#fff;background-color: #17375e; padding:10px;margin:20px 0 10px 0;}
.content_site_map ul {}
.content_site_map li a{color:#333;font-size: 1.1em;line-height: 1.5em;}

// main section
.main_section_1 {
    background-color: #3d3f4c; color:white;margin-top: 5px;
    display: -webkit-flex; // Safari
    -webkit-justify-content: space-around; // Safari 6.1+
    display: flex;  justify-content: space-around;}
.main_section_1:after{display:block;clear:both;content:""}
.main_section_1 .head_icon {float:left;padding: 15px;}
.main_section_1 .content {float:left;padding: 15px;}
.main_section_1 .content a {color:#fff;}

.main_section_2 {margin-top: 20px}
.main_section_2:after{display:block;clear:both;content:""}
.main_section_2 .d_day_table {width: 180px;text-align: center;float: right}
.main_section_2 .d_day_table .tit{font-family: sans-serif;font-size:1.2em;background-color: darkred;padding: 10px;border-radius: 5px 5px 0 0;color:#fff;border-right:1px solid #ccc;border-left:1px solid #ccc;border-top:1px solid #ccc;}
.main_section_2 .d_day_table .cont{background-color: #dbeef4;border-radius: 0 0 5px 5px; border-right:1px solid #ccc;border-left:1px solid #ccc;border-bottom:1px solid #ccc;font-size: 3em;padding:10px;}

.main_section_2 .board_notice_short {width : 400px;float: left}

.sec_welcome {width: 400px;float: left;padding:0 15px;}

.board_short {padding:0 15px; vertical-align: top;}
.board_short .tit	{ border-bottom: 2px #31859c solid;}
.board_short .text_tit a {font-size: 18px; color:#333;}
.board_short .text_tit a:hover {text-decoration: none;}
.board_short .plus a{float: right;color:#333;}
.board_short .date{float: right;}
.board_short ul {padding: 0; }
.board_short ul li {list-style:none;margin: 10px 0;border-bottom: #ccc 1px solid;}
.board_short .text{margin-top: 10px;}

.main_section_3 {}

.main_section_5 {margin-top: 10px;}
.main_section_5:after{display:block;clear:both;content:""}
.main_section_5 h4 {text-align: center;}
.main_section_5 .banner_wrap{
    img{
        border:1px solid #ddd;
    }
}
.main_section_5 .btn_banner_prev,.main_section_5 .btn_banner_next{ color: #ccc;}

.main_section_6 {margin-top: 10px}
.main_section_6:after{display:block;clear:both;content:""}
.main_section_6 h4 {text-align: center;}
.main_section_6 .banner_wrap_sponsor li{list-style:none;margin: 0 10px;float:left;}

.footer{ background: #ddd;	width: 100%;  margin-top:20px;}
.footer:after {display:block;clear:both;content:""}
.footer h4{}
.footer .box_left{ float: left ;width:530px;padding:20px 20px;}
.footer .box_right{float: left ;width:440px;padding:20px 20px;}
.footer .box_left{ border-right: solid 1px #aaa;   }
.footer .box_right{
    //border-left: solid 1px #aaa;
}


// login
.wrapper_content_login { ;}
.content_login { ;}
.content_sign_up .banner_orcid {height:25px; border:1px solid #ccc;}

// content info
.wrapper_content_info {
    float:right;padding : 0 20px 20px 20px;width:780px;
    .content_info{
        table{
            th{
                background: #a5c5cb;
            }
        }
        img{
            margin: 10px 0 10px 0;
        }
        .img_chairman{ margin: 20px; border:1px solid #ddd;}
    }
    .content_hotel{
        img{
            margin: 0;
        }
    }
    .guideline{
        h4{
            margin-top: 25px;
        }
    }
}

.table_glance{

    tbody{
        tr{
            td{
                line-height: 1.1em;
                height: 40px;
                padding:2px;
            }
        }
    }
    .sub_title{
        font-size: 0.8em;
    }
}

.scientific_program{
    .title{
        padding:8px;
        font-size: 1.4em;
        font-weight: bold;
        color:#fff;
        background: #425669;
        margin-bottom: 10px;
    }

    table{
        tr td{
            vertical-align: top;
            padding:5px;
        }
        .tr_title{

            font-size: 1.1em;
            font-weight: bold;
            color:#fff;
            background: #5f7488;
            td:last-child{
                text-align: right;
            }
        }
        .tr_contents{
            td:first-child{
                text-align: right;
                font-weight: bold;
            }
        }
    }
}

// Unique info setting
.table_committee {margin-bottom: 40px;}


// board
.table_board {margin-bottom: 0}
.table_board th {text-align: center; background-color: #dbeef4;}
.wrapper_pagination {text-align: center;}
.content_board .btn_write {text-align: right; margin:20px 0;}

.form_board_search {text-align: center}
.form_board_search .search_option_box {height:26px}
.form_board_search input[type=text] { height:26px;}
.content_board .ckeditor{width:100%; height:500px;}
.content_board .form_btn_bottom {margin-top:10px;}
.content_board img{max-width: 100%;}


// paper
.table_paper_input{}
.table_paper_input td, .table_paper_input th {}
.btn_paper_submit {}

// 컨퍼런스
.box_participant_add {  }
.table_paticipant_add { border: 1px solid #ccc; margin-top: 20px;}
.table_total_amount input {text-align: right;}



.ul_process_registration { list-style: none;padding:0;font-weight:bold;}
.ul_process_registration li {float: left;width:15%;margin-right: 1%;border: 1px solid #17375e;border-radius: 5px;color:#17375e}
.ul_process_registration li:hover {background-color: skyblue; }
.ul_process_registration .line {border:1px solid #17375e; margin: 0px 20px 20px 20px;}
.ul_process_registration:after{display:block;clear:both;content:""}

.min_height_30>li {height: 30px}
.min_height_50>li {height: 50px}
.min_height_70>li {height: 70px}
.min_height_80>li {height: 80px}
.min_height_170>li {min-height: 170px;}



//bx-slider border 없애기
.bx-wrapper .bx-viewport
{
    -moz-box-shadow: 0;
    -webkit-box-shadow: 0;
    box-shadow: none;
    border: 0 !important;
    left: 0;

}

////////////////////////////////////////////////////////////////////////////////
// 기본 세팅
.list_style_none{
    li{
        list-style: none;
    }
}
.table_th_left{
    th{
        text-align: left;
    }
}
.table_bg{
    .bg_darkgrey{background:#dbfac2;}
    .bg_grey{background:#ebebeb;}
    .bg_green{background:#f0f8ed;}
    .bg_darkred{background:#efedcb;}
    .bg_pink{background:#f9cfe3;}
    .bg_darkblue{background:#d3d1f0;}
    .bg_darkyellow{background:#d8f0fa;}
    .bg_yellow{background:#ffff90;}
    .bg_blue{background:#ffcaa0;}
    .bg_lightblue{background:#e7f5f8;}
    .bg_orange{background:#fde9d9;}
    .bg_lightpurple{background:#e5e0ec;}
    .bg_darkgreen{background:#b3d8cb;}
    .bg_white p{color:#339ab9;}
    .bg_lightgreen{background:#f0f8ed;}
    .bg_violet{background:#ede7f3;}
    .bg_green{background:#f0f8ed;}
    .bg_darkred{background:#efedcb;}
    .bg_lightred{background:#ffbdbd;}
    .bg_blue2{background:#bde2f1;}
    .td a strong{color:#7c7c7c; font-weight:bold;}
}
.color_red{
    color:red;
}
.padding_left_0{
    padding-left: 0;
}
.padding_left_10{
    padding-left: 10px;
}
.padding_left_20{
    padding-left: 20px;
}
*/
.main_section_1 {
  background-color: #2d2e60;
  color: white;
  margin-top: 5px;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  display: flex;
  justify-content: space-around;
}
.main_section_1:after {
  display: block;
  clear: both;
  content: "";
}
.main_section_1 .head_icon {
  float: left;
  padding: 15px;
}
.main_section_1 .content {
  float: left;
  padding: 15px;
}
.main_section_1 .content a {
  color: #fff;
}
.main_section_2 {
  background-color: #e6e6e7;
  margin-top: 20px;
}
.main_section_2:after {
  display: block;
  clear: both;
  content: "";
}
.main_section_2 .d_day_table {
  width: 180px;
  text-align: center;
  float: right;
}
.main_section_2 .d_day_table .tit {
  font-family: sans-serif;
  font-size: 1.1em;
  background-color: darkred;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  color: #fff;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.main_section_2 .d_day_table .cont {
  background-color: #dbeef4;
  border-radius: 0 0 5px 5px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 2em;
  padding: 10px;
}
.main_section_2 .board_notice_short {
  width: 400px;
  float: left;
}
.sec_welcome {
  width: 400px;
  float: left;
  padding: 0 15px;
}
.board_short {
  padding: 0 15px;
  vertical-align: top;
}
.board_short .tit {
  border-bottom: 2px #31859c solid;
}
.board_short .text_tit a {
  font-size: 18px;
  color: #333;
}
.board_short .text_tit a:hover {
  text-decoration: none;
}
.board_short .plus a {
  float: right;
  color: #333;
}
.board_short .date {
  float: right;
}
.board_short ul {
  padding: 0;
}
.board_short ul li {
  list-style: none;
  margin: 10px 0;
  border-bottom: #ccc 1px solid;
}
.board_short .text {
  margin-top: 10px;
}
.icoa_yellow {
  color: #18936f;
}
.icoa_green {
  color: #16a085;
}

/******2020년 10월 *******/
/***********************/

@font-face { font-family: 'S-CoreDream-9Black'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); font-weight: normal; font-style: normal; }
​@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-8Heavy'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-7ExtraBold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-2ExtraLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: normal; font-style: normal; }





.mainwrap{width:100%;  position:relative;  overflow:hidden; margin-top:-35px; }
.clear{clear:both;}

.bannerwrap{width:1200px; margin:0 auto;   position:relative; overflow:hidden; border:0px solid red;}
.bannerwrap ul{margin-left:0px !important; padding-left:0px !important;}
.bannerwrap ul li{display:inline-block; width:20%; float:left; font-family: 'S-CoreDream-4Regular'; text-align:center; padding:25px 15px; 
 background-size:cover; background:#fff; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; border-right:1px solid #cccccc;
 font-size:1.2em; }
.bannerwrap ul li:first-child{background:#a1c65c; color:#fff;  border-left:1px solid #cccccc !important;}
.bannerwrap ul li:last-child{ background-size:cover; }
.bannerwrap ul li a{color:#283b82;}
.bannerwrap ul li a:hover{color:#0a5daa;}


@media (max-width:1199px) {
.mainwrap{width:100%;  position:relative;  overflow:hidden; margin-top:50px; }
.bannerwrap{width:100%;}
}


@media (max-width:979px) {
.bannerwrap ul li:first-child{width:100%;}
.bannerwrap ul li{width:50%; margin-top:-1px; font-size:1em;}
}



.maincon01{width:1200px; margin:0 auto;   position:relative; overflow:hidden; border:0px solid red;}
.mainleft{ width:650px; position:absolute; top:0px; left:0px;  float:left; overflow:hidden;  height:405px;  border:0px solid red; z-index:5555;}
.mainleft1{width:610px; position:absolute; top:325px; left:0px; border:0px solid red; z-index:5555; text-align:right;}
.about{position:relative; width:100%; padding:35px; box-sizing: border-box; background:#18936f;}

@media (max-width:1199px) {
.maincon01{width:100%;}
.mainleft{width:100%;  position:relative;  overflow:hidden;}
.mainleft1{width:100%; display:none;}
.about{padding:20px; overflow:hidden;}

}



.mainleft ul{margin-left:0px !important; padding-left:0px !important;  margin-top:30px!important; margin-bottom:0px !important; }
.mainleft ul li{list-style:none; line-height:55px; height:62px; border-top:1px solid rgba(250,250,250,0.5); margin-bottom:0px !important; }
.mainleft ul li:last-child{ border-bottom:1px solid rgba(250,250,250,0.5);}
.mainleft ul li dl{width:100%; float:left; margin:0px !important; }
.mainleft ul li dl dt{margin:0px !important; width:12%; float:left; line-height:55px; height:55px; color:#fff; font-family:'S-CoreDream-4Regular', sans-serif;}
.mainleft ul li dl dd{margin:0px !important;  width:38%; float:left; line-height:55px; height:55px; color:#fff; font-family:'S-CoreDream-4Regular', sans-serif;}

/*.mainright{width:45%;  position:relative; float:right; overflow:hidden; margin-top:65px; height:325px; background:url(/images/new/maincon_01.jpg); }*/
.mainright{width:45%;  float:right; margin-top:0px;  }

.maintt1{font-family:'S-CoreDream-7ExtraBold', sans-serif; font-size:2em; letter-spacing:-0.6px; line-height:45px; color:#fff;}
.maintt2{font-family:'S-CoreDream-4Regular', sans-serif; font-size:1.3em; letter-spacing:-0.6px; color:#fff; line-height:25px; }
.maintt3{font-family:'S-CoreDream-4Regular', sans-serif; font-size:0.9em;  color:#fff; line-height:5px;}

.maintt4{width:100%; text-align:center; font-family:'S-CoreDream-7ExtraBold', sans-serif; font-size:2.6em; letter-spacing:-0.6px; color:#000; line-height:40px;}
.maintt4 span{font-family:'S-CoreDream-3Light', sans-serif;}
.maintt5{width:100%; text-align:center;font-family:'S-CoreDream-4Regular', sans-serif; font-size:1.1em; line-height:20px; color:#333; margin-top:-10px;}

@media (max-width:1199px) {
/*.mainright {display:none;}*/
.mainright{width:100%;   }

.maintt1{font-size:1.6em; line-height:25px; }
.maintt2{font-size:1.2em;}
.maintt3{font-family:'S-CoreDream-4Regular', sans-serif; font-size:0.9em;  color:#fff; line-height:17px;}
.mainleft ul li{list-style:none; line-height:45px; height:45px; border-top:1px solid rgba(250,250,250,0.5); margin-bottom:0px !important; }
.mainleft ul li dl dt{margin:0px !important; width:30%; float:left; line-height:45px; height:45px; color:#fff; font-family:'S-CoreDream-4Regular', sans-serif;}
.mainleft ul li dl dd{margin:0px !important;  width:70%; float:left; line-height:45px; height:45px; color:#fff; font-family:'S-CoreDream-4Regular', sans-serif;}
.mobilenone{display:none;}
}

@media (max-width:979px) {
.maincon01{width:100%;}

}



.aright{width:100%; text-align:right;}
.noticearea{width:100%; position:relative; overflow:hidden;  padding:35px; box-sizing: border-box; background:#efefef;}
.noticearea ul li{height:35px; line-height:35px; width:49%; display:inline-block;}
.noticearea ul li a{color:#000;font-family:'S-CoreDream-4Regular', sans-serif; font-size:1em;}
.date{float:right; padding-right:25px;}



@media (max-width:979px) {
.noticearea{padding:10px;}
.noticearea ul li{height:30px; line-height:30px; width:100%; display:inline-block; font-size:1em;}
.maintt4{font-size:2em;}
.maintt5{font-size:1em;}
.aright{padding-right:25px;}
}


.maincon02{width:1200px; margin:0 auto;   position:relative; overflow:hidden; border:0px solid red;  height:350px;  }
.mainleft2{width:45%;  text-align:center; padding-top:100px; box-sizing: border-box;position:relative; float:left; overflow:hidden; margin-top:0px; height:245px; background:url(/images/new/maincon_01.jpg); }
.mainright1{ width:750px; background:#fff; padding:35px; 
box-sizing: border-box;  border:1px solid #999999;  text-align:center;
position:absolute; top:100px; right:0px;  float:left; overflow:hidden;   z-index:5555;}

.maintt6{text-align:right;font-family:'S-CoreDream-4Regular', sans-serif; font-size:1.1em; line-height:25px; margin-bottom: 10px;}
.maintt6_1{text-align:left;padding-left:20px;color:#02874d; ; font-size:1.1em; line-height:25px; margin-bottom: 5px;}

.maintt7{margin-bottom:20px; text-decoration:underline; font-family:'S-CoreDream-7ExtraBold', sans-serif; font-size:2.1em; letter-spacing:-0.6px; color:#fff; line-height:25px; }


@media (max-width:1199px) {
.maincon02{width:100%; margin:0 auto;   position:relative; overflow:hidden; border:0px solid red;  height:300px;  }
}

@media (max-width:979px) {
.maincon02{height:auto;}
.mainleft2{width:100%; height:110px; padding-top:30px; background-size:cover;}
.mainright1{width:100%; position:relative;  top:0px;  padding:10px;} 
.maintt6{font-size:0.9em;}
.maintt6_1{font-size:0.9em; color:#02874d;}

}



.footer{width:100%; position:relative; overflow:hidden; background:#32393f; }
.footmenu{font-family:'S-CoreDream-4Regular', sans-serif;  color:#fff; height:55px; line-height:55px;  border-bottom:1px solid rgba(250,250,250,0.5); width:100%; text-align:left; }
.footmenu1{font-family:'S-CoreDream-4Regular', sans-serif;  color:#fff; font-size:1em; color:#9c9c9d; padding-top:15px;  padding-bottom:15px;}
.footmenu2{color:#fff; font-family:'S-CoreDream-4Regular', sans-serif;  color:#fff; font-size:1em;  padding-bottom:15px; }
.pr25{padding-right:25px;}



@media (max-width:1199px) {
.footmenu{width:100%; margin:0 atuo; box-sizing: border-box; font-size:0.9em; text-align:center;}
.footmenu1{width:100%; margin:0 atuo; box-sizing: border-box; font-size:0.9em; text-align:center;}
.footmenu2{font-size:0.9em; text-align:center;}
.pr25{padding-right:15px;}
}


.nobr { white-space: nowrap }