@import url('fonts.css');
@import url("bootstrap-icons.css");

body {
  font-family: 'Noto Sans KR', 'Malgun Gothic', 'Dotum', Helvetica, Arial, sans-serif !important;
	font-size:15px;
	letter-spacing:-0.3px;
	padding:0;
	margin:0;
	font-weight:400;
	color:#000;
}
@media (max-width: 992px) {
	body {
		padding-top:60px !important;
		font-size:13px;
	}
}
a,
a:hover {
	color:#222;
  text-decoration: none;
}
ol, ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.grey,
a.grey:link,
a.grey:hover,
a.grey:visited,
a.grey:active {
	color:#999 !important;
}
.red,
a.red:link,
a.red:hover,
a.red:visited,
a.red:active {
	color: #ff4848 !important;
}
.orange,
a.orange:link,
a.orange:hover,
a.orange:visited,
a.orange:active {
	color:#ff812d !important;
}
.up,
a.up:link,
a.up:hover,
a.up:visited,
a.up:active {
	color:#ff7e00 !important;
}
.blue,
a.blue:link,
a.blue:hover,
a.blue:visited,
a.blue:active {
	color: #0080ff !important;
}
.text-primary {
  color: #005953 !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #005953 !important;
}
.text-grey {
  color: #999 !important;
}
a.text-grey:hover, a.text-grey:focus {
  color: #999 !important;
}
.text-md {
	font-size:21px;
}
.cursor {
	cursor: pointer;
}
h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
	letter-spacing:-2px;
	font-weight:700;
}
h5,
h6,
.h5,
.h6 {
	letter-spacing:-1px;
	font-weight:700;
}
h4 {
	margin:10px 0 10px 0;
	font-weight:700;
	font-size:21px;
	letter-spacing:-1px;
}
h4 small {
	font-weight:500;
	font-size:17px;
	letter-spacing:-0.3px;
	letter-spacing:-1px;
}
h5 {
	margin-top:20px 0 30px 0;
}
@media (max-width: 992px) {
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	.h1,
	.h2,
	.h3,
	.h4,
	.h5,
	.h6 {
		letter-spacing:-1px;
	}
	h3 {
		font-size:21px;
	}
	h4 {
		font-size:17px;
		margin:20px 0 10px 0;
	}
	h4 small {
		font-size:13px;
		letter-spacing:0px;
	}
	h5 {
		margin:10px 0 20px 0;
		font-size: 15px;
	}
}
strong {
	font-weight:700;
}
.btn,
.form-control,
.custom-select {
  font-size: 14px;
}
.btn .bi {
	margin-right:2px;
	margin-left:2px;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 17px;
  line-height: 1.7;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 0.35rem 0.5rem;
  font-size: 13px;
  line-height: 1.5;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 0.25rem 0.5rem 0.35rem 0.5rem;
  font-size: 12px;
  line-height: 1.3;
}
@media (max-width: 992px) {
	.btn-lg, .btn-group-lg > .btn {
		padding: 0.35rem 0.75rem;
		font-size: 15px;
		line-height: 1.7;
	}
	.btn-sm, .btn-group-sm > .btn {
		padding: 0.25rem 0.5rem;
		font-size: 12px;
		line-height: 1.5;
	}
}
.btn-round {
	border-radius:50px !important;
}
.btn-trans {
  color: #333;
  background-color: transparent;
  border-color: #000;
}
.btn-trans:hover {
  color: #333;
  background-color: transparent;
  border-color: #000;
}
.btn-trans:focus, .btn-primary.focus {
  color: #000;
  background-color: transparent;
  border-color: #333;
  box-shadow: 0 0 0 0rem rgba(38, 143, 255, 0.5);
}
/* Layout */
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1230px;
  }
}
.row {
  margin-right: -10px;
  margin-left: -10px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 10px;
  padding-left: 10px;
}
@media (max-width: 992px) {
	.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
	.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
	.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
	.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
	.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
	.col-xl-auto {
		padding-right: 5px;
		padding-left: 5px;
	}
}
.sm .col-1, .sm .col-2, .sm .col-3, .sm .col-4, .sm .col-5, .sm .col-6, .sm .col-7, .sm .col-8, .sm .col-9, .sm .col-10, .sm .col-11, .sm .col-12, .sm .col,
.sm .col-auto, .sm .col-sm-1, .sm .col-sm-2, .sm .col-sm-3, .sm .col-sm-4, .sm .col-sm-5, .sm .col-sm-6, .sm .col-sm-7, .sm .col-sm-8, .sm .col-sm-9, .sm .col-sm-10, .sm .col-sm-11, .sm .col-sm-12, .sm .col-sm,
.sm .col-sm-auto, .sm .col-md-1, .sm .col-md-2, .sm .col-md-3, .sm .col-md-4, .sm .col-md-5, .sm .col-md-6, .sm .col-md-7, .sm .col-md-8, .sm .col-md-9, .sm .col-md-10, .sm .col-md-11, .sm .col-md-12, .sm .col-md,
.sm .col-md-auto, .sm .col-lg-1, .sm .col-lg-2, .sm .col-lg-3, .sm .col-lg-4, .sm .col-lg-5, .sm .col-lg-6, .sm .col-lg-7, .sm .col-lg-8, .sm .col-lg-9, .sm .col-lg-10, .sm .col-lg-11, .sm .col-lg-12, .sm .col-lg,
.sm .col-lg-auto, .sm .col-xl-1, .sm .col-xl-2, .sm .col-xl-3, .sm .col-xl-4, .sm .col-xl-5, .sm .col-xl-6, .sm .col-xl-7, .sm .col-xl-8, .sm .col-xl-9, .sm .col-xl-10, .sm .col-xl-11, .sm .col-xl-12, .sm .col-xl,
.sm .col-xl-auto {
  padding-right: 3px;
  padding-left: 3px;
}
.lnbwrap {
	width:100%;
	background-color:#fff;
	padding-top:10px;
}
.lnbwrap .navbar-brand {
	margin-top:5px;
	margin-bottom:0px;
}
.lnbwrap .dropdown-item {
  font-size:13px;
}
.lnbsearch {
	text-align:left;
	padding-top:10px;
}
.lnbsearch .input-group {
	margin:0;
}
.lnbsearch .input-group .form-control {
	border:2px solid #005953;
	border-right:0px;
	height: 40px;
	padding-left: 5px;
	border-bottom: 2px solid #005953;
	font-size: 14px;
	line-height: 40px;
	padding:6px 10px !important;
	border-radius:0 !important;
	border-bottom: 2px solid #00534a;
}
.lnbsearch .input-group .form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
          box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, 0);
}
.lnbsearch .btn-default {
	background-color:#005953;
	border:2px solid #005953;
	color:#fff;
	font-size:19px !important;
	font-weight:800 !important;
	height: 40px;
	padding-top:2px;
	border-left:0px;
	padding-right:3px;
	border-radius:0 !important;
}
.lnbsearch .btn-default:focus,
.lnbsearch .btn-default:active:focus,
.lnbsearch .btn-default.active:focus,
.lnbsearch .btn-default.focus,
.lnbsearch .btn-default:active.focus,
.lnbsearch .btn-default.active.focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
  box-shadow: 0 0 0 0.0rem rgba(0, 123, 255, 0.25);
}
.lnbsearch .btn-default:active,
.lnbsearch .btn-default:hover,
.lnbsearch .btn-default:focus {
	border-left:0px;
	color:#fff;
}
.lnbsearch .btn-default:active,
.lnbsearch .btn-default.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}
ul.right {
	position:absolute;
	right:0px;
	top:21px;
	margin:0;
}
ul.right li {
	list-style-type:none;
	margin-left:13px;
	padding-left:10px;
	float:left;
}
ul.right li:first-child {
	background:none;
}
ul.right li a {
	font-size:15px;
	line-height:17px;
	color:#000;
	letter-spacing:-1px;
	text-decoration:none;
}
ul.right li .bi {
	margin-right:5px;
	font-size:17px;
}
ul.right li.gnbdropbtn {
	border: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
ul.right ul.gnbdropdown {
	background-color:#fff;
	min-width:120px;
	visibility: hidden;
	position:absolute;
	top:27px;
	z-index:99999;
	right:-17px;
	transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s;
	transform: translateY(-0em);
	text-align:left;
	padding:5px 5px 0 0;
	display:inline-block;
	border-radius:9px;
	border:1px solid #ccc;
}
ul.right li.gnbdropbtn:hover ul.gnbdropdown {
	visibility: visible;
	transition-delay: 0s, 0s, 0.1s;
	transform: translateY(0%);
	z-index:1;
	z-index:99999;
}
ul.right ul.gnbdropdown li {
	display:block !important;
	float:none;
	margin-left:0;
	padding:0 0 8px 20px;
}
ul.right ul.gnbdropdown li:first-child {
	padding:15px 0 9px 20px;
	border-radius:5px 0 0 0;
	margin-bottom:-1px;
}
ul.right ul.gnbdropdown li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom:15px;
}
ul.right ul.gnbdropdown li a {
	font-size:14px;
	color:#333;
	display: block;
	padding:5px 0;
}
ul.right ul.gnbdropdown li a span {
	padding-bottom:1px;
	display: inline-block;
	border-bottom:1px solid #fff;
}
ul.right ul.gnbdropdown li a:hover span {
	border-bottom:1px solid #8ca2cf;
	color:#005953;
	font-weight:500;
}
.atindex {
	position:relative;
	width:100%;
	z-index:777777;
}
.atindex .shortcut_g {
	position:absolute;
	top:-37px;
	left:0;
	height:37px;
	padding:0 20px 0 26px;
	font-size:13px;
	line-height:14px;
	background-color:#005953;
	color:#fff;
	letter-spacing:-1px;
	text-align:center;
	border-radius:0;
}
@media (max-width: 992px) {
	.atindex .shortcut_g {
    top: -97px;
	}
}
.atindex .shortcut_g:active,
.atindex .shortcut_g:focus {
	overflow:hidden;
	top:0;
	text-decoration:none;
}
.atindex .shortcut_g:active,
.atindex .shortcut_g:hover {
	color:#fff;
}
.atindex .shortcut_g .inner_shortcut {
	display:inline-block;
	padding-right:10px;
	margin-top:11px;
	background-position:100% -1248px;
	vertical-align:top;
}
.topnav-wrap-h {
	position:relative;
	margin-top:20px;
	height:71px;
	border-bottom:1px solid #2272df;
}
.topnav-wrap {
	width:100%;
	position:absolute;
	top:0;
	text-align:right;
	overflow:auto;
	overflow: hidden;
	z-index:77;
	background:#fff url('../img/svg/bg_topnav_off.svg') center 71px no-repeat;
	border-bottom:1px solid #ddd;
	transition: all 0.1s ease-in-out 0s, visibility 0s linear 0.1s, z-index 0s linear 0.01s;
	transform: translateY(-0em);
	-webkit-box-shadow: 0	1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.topnav {
	width:100%;
	height:/*＼**/71px;
	margin:auto;
	padding:0px;
}
.topnav li {
	display:block;
	text-align:center;
	list-style-type:none;
}
.topnav.nav-justified {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.topnav.nav-justified > li {
	display: table-cell;
	float: none;
	text-align: center;
}
.topnav li a {
	display: block;
	width: 100%;
	line-height:160%;
	height:71px !important;
	font-size:20px;
	letter-spacing:-1px;
	font-weight:700;
	color:#000;
	padding:20px 0 8px 0;
	text-align: center;
}
.topnav li.on a, .topnav li.active a {
	color: #2dc422;
	text-decoration:none;
	background-position:left bottom !important;
}
.topnav li ul li a {
	line-height:120%;
	padding:0;
	padding-top:10px;
	height:auto !important;
}
.topnav li ul li a span {
	padding-top:1px;
	padding-bottom:2px;
	display: inline-block;
	color:#333;
	margin-left:-1px;
	border-bottom:1px solid #fff;
}
.topnav li ul li a span:hover {
	border-bottom:1px solid #8ca2cf;
	color:#005953;
	font-weight:500;
}
.topnav li ul {
	display:block;
	border-top:1px solid #ddd;
	width: 100%;
	height:0;
	overflow:hidden;
  padding:0;
	background-color:#fff;
	margin-top:0px;
}
.topnav li ul li {
	width: 100%;
	display: block;
	position: relative;
	text-align:left;
	float: none;
	border:none;
	padding-left:0px;
	padding-top:3px;
}
.topnav li ul li a, .topnav li.on ul li a, .topnav li ul li a, .topnav li.active ul li a {
	display: block;
	height:auto;
	padding:7px 0 7px 0px !important;
	border:none;
	background-color: transparent !important;
	letter-spacing:-1px;
	font-size:17px;
	color:#005953 !important;
	font-weight:400;
}
.topnav li:hover ul {
	background-color:#fff;
}
.topnav li ul:hover li a, .topnav li:hover.on ul li a, .topnav li ul:hover li a, .topnav li.active ul:hover li a {
	background-color:#fff;
}
.topnav li ul li a.hover, .topnav li ul li a:hover, .topnav li ul li a.active2 {
	background-position:left bottom !important;
	background-color: transparent !important;
}
.topnav li ul li:first-child {
	padding-top:30px;
}
@media (max-width: 960px) {
	.topnav li a {
		font-size:14px;
	}
	.topnav li ul li a, .topnav li.on ul li a, .topnav li ul li a, .topnav li.active ul li a {
		font-size:12px;
	}
}

/* Mobile Nav */
.fixed-top.mnavbar {
	height:59px;
	-webkit-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
	box-shadow: 1px 1px 5px 2px rgba(0,0,0,0.1);
}
.fixed-top .navbar-brand {
	float:none;
	display:inline-block;
	margin:0 auto 0 auto;
	padding:0;
}
.fixed-top .navbar-brand img {
	height:23px;
	margin-top:-5px;
}
a.nav-search {
  right: 9px;
	position:absolute;
	top:13px;
}
a.nav-search .bi {
	font-size:22px !important;
	color:#333;
}
a.nav-expander {
  left: 6px;
	position:absolute;
	top:9px;
}
.fixed-top.mnavbar .bi,
nav.mslide .bi {
	font-size:27px;
	color:#333;
}
.icon-circle {
	border-radius:50%;
	width:70px;
	height:70px;
	border-radius:50%;
	background-color:#eef2ff;
	margin:0 10px 0 0;
	text-align:center;
	font-size:2.57em;
	padding-top:7px;
}
.bg-green {
	background-color:#e6f9dc;
}
.bg-pink {
	background-color:#fce6f4;
}
.bg-brown {
	background-color:#f4e7c9;
}
.bg-sky {
	background-color:#e9feff;
}
.bg-grey {
	background-color:#efefef;
}
.bi-xxl {
	font-weight:700;
	font-size:77px !important;
}
.bi-xl {
	font-weight:700;
	font-size:57px !important;
}
.bi-lg {
	font-weight:700;
	font-size:37px !important;
}
.bi-md {
	font-weight:700;
	font-size:19px !important;
}
.bi-sm {
	font-weight:700;
	font-size:15px !important;
}
a.nav-back:hover,
a.nav-expander:hover {
  cursor: pointer;
}
nav.mslide {
	z-index:77777;
  background: #fff;
  display: block;
  height: 100%;
  overflow: auto;
  position: fixed;
  left: -90%;
  font-size: 1em;
  top: 0;
	padding:0;
  width: 85%;
  transition:left 0.3s ease-in-out 0s;
  -webkit-transition: left 0.3s ease-in-out 0s;
  -moz-transition: left0.3s ease-in-out 0s;
  -o-transition: left 0.3s ease-in-out 0s;
  -webkit-box-shadow: 0 7px 13px rgba(0, 0, 0, .7);
   box-shadow: 0 7px 13px rgba(0, 0, 0, .7);
}
.nav-expanded nav {
  left: 0;
}
body.nav-expanded {
  margin-right: 0em;
  transition: left 0.4s ease-in-out 0s;
  -webkit-transition: left 0.4s ease-in-out 0s;
  -moz-transition: left 0.4s ease-in-out 0s;
  -o-transition: left 0.4s ease-in-out 0s;
}
.mtop {
	margin:0;
	padding:12px 16px 0 16px;
	line-height:0;
	background-color:#50b948;
	height:59px;
	border-bottom:1px solid #50b948;
}
.mtop .bi {
	display:inline-block;
	font-size:24px;
	color:#fff !important;
}
.bi-md {
	font-size:22px !important;
	margin-top:5px;
}
ul.mset {
	height:50px;
}
ul.mset img {
	vertical-align:middle;
}
ul.mset {
	float:left;
}
ul.mset li {
	float:left;
	padding:0 12px 0 0;
}
ul.mset li.login {
	float:right;
}
.mquick {
	text-align:center;
	padding:0px 0 7px 0;
	font-size:12px;
}
.mquick figure {
	display:block;
	font-size:21px;
	margin-bottom:0;
}
ul.mlogin {
	float:right;
}
ul.mlogin li {
	float:left;
	padding:2px 0 0 15px;
}
.minfowrap {
	clear:both;
	padding:3px 12px;
	margin:0;
	text-align:left;
	font-size: 17px !important;
	line-height:135%;
	overflow:auto;
	overflow:hidden;
	letter-spacing:-1px;
	font-size:1.1em;
	border-bottom:1px solid #ddd;
	padding-bottom: 15px;
}
.minfowrap figure {
	float:left;
	width:50px;
	height:50px;
	border-radius:50%;
	background-color:#f3f5f9;
	margin:0 10px 0 0;
	text-align:center;
	font-size:1.97em;
	padding-top:5px;
}
.minfowrap figure .bi {
	font-size:37px;
}
.minfowrap small a {
	font-size:0.9em;
  font-style: normal;
	display:block;
	padding-left:5px;
}
.mslide .btn-block {
	height:37px;
}
.vam {
	margin-top:-5px;
}
.mslide .card {
  border: 0px solid rgba(0, 0, 0, 0.125);
	border-top:1px solid #ccc;
  border-radius: 0rem;
}
.mslide .card:last-child {
	border-bottom:1px solid #ccc;
}
.mslide .card-header {
  padding: 7px 12px;
  margin-bottom: 0;
  text-align: left;
	letter-spacing:-1px;
  background-color: #eeedee;
	border-bottom: 1px solid #dedede;
	border-radius: 0px !important;
}
.mslide .card-header h2 .btn {
  font-size: 17px !important;
	font-weight:600 !important;
  color:#035b4d;
	letter-spacing:-1px;
}
.mslide .card-header .btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}
.mslide .card-header .btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.mslide .accordion ul li a {
	font-size: 15px;
  position: relative;
  display: block;
  padding: 7px 1.55rem;
  color: #333;
  text-decoration: none;
  background-color: #fff;
	letter-spacing:-1px;
  border-bottom: 1px solid #ddd;
}
.mslide .accordion ul li:last-child a {
	 border-bottom: 0px solid #ddd;
}
.mslide .card-header .btn {
	display:block;
}
.mslide .card-header .btn::before {
   font-family: bootstrap-icons !important;
	 content: "\f286";
   float: right;
   transition: all 0.5s;
	 color:#0c7f70;
}
.mslide .card-header .btn.collapsed::before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.search-wrap {
	position:relative;
	margin:0;
	z-index:77;
	width:calc(100% + 40px);
	margin-left:-20px;
	margin-right:-20px;
}
.search-content {
	position:absolute;
	z-index:999;
	background-color:#fff;
	border:0px solid #fff;
	top:0;
	left:0;
	text-align:center;
	width:100%;
}
.search-header {
	padding:15px 15px 10px 15px !important;
	margin:0 auto  !important;
}
.search-wrap form {

}
.search-wrap .input-group {
	width:calc(100% - 40px);
}
.search-wrap .input-group .form-control {
	border:2px solid #005953;
	border-bottom:2px solid #005953;
	font-size:1.2em;
	color:#000 !important;
	padding:21px 10px 25px 10px !important;
	line-height:1.5em;
	margin-top:0;
	border-radius: 0px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.search-wrap .input-group  .form-control:focus {
	border-bottom:2px solid #005953;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, .6);
          box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102, 175, 233, .6);
}
.search-wrap .input-group  .form-control::-moz-placeholder {
  color: #333;
  opacity: 1;
}
.search-wrap .input-group  .form-control:-ms-input-placeholder {
  color: #333;
}
.search-wrap .input-group  .form-control::-webkit-input-placeholder {
  color: #333;
}
.search-wrap .input-group  .form-control[disabled],
.search-wrap .input-group  .form-control[readonly],
.search-wrap .input-group  fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #fff;
  opacity: 1;
}
.search-wrap .input-group-btn > .btn-default {
  position: relative;
	display:block;
	border-radius: 0px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
	border-left: 0px solid #ddd !important;
	border: 0px solid #d71921 !important;
	border-bottom:2px solid #005953 !important;
	border:2px solid #005953;
	background-color:#005953;
	line-height:1.5em;
	padding:12px 7px 10px 10px !important;
	height:50px;
}
.search-wrap .input-group-btn > .btn-default .bi {
	font-size:23px !important;
	color:#fff !important;
}
.search-wrap .input-group-btn > .btn-default:hover,
.search-wrap .input-group-btn > .btn-default:focus,
.search-wrap .input-group-btn > .btn-default:active {
	border:2px solid #005953;
	background-color:#005953;
	color:#fff;
}
.search-wrap .input-group-btn > .btn-default:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0);
}
.search-close .bi {
	position:absolute;
	padding:0;
	right:10px;
	top:19px;
	margin:0 5px 0 10px;
  font-size: 24px !important;
	text-align:center;
	float:right;
	color:#000;
}
/* end Mobile Nav */
.content-wrap {
	min-height:calc(100vh - 432px);
}
@media (max-width: 992px) {
	.content-wrap {
		min-height:calc(100vh - 327px);
	}
}
.content {
	text-align:left;
	padding:20px 0 50px 40px;
	min-height:700px;
	width:calc(100% - 240px);
}
@media (max-width: 992px) {
	.content {
		text-align:left;
		padding:0 7px 30px 7px;
		min-height:auto;
		width:100%;
	}
}
.sidenav {
	border-left:0px solid #ddd;
	border-right:0px solid #ddd;
	width:230px;
	float:left;
}
.sidenav ul {
	padding:0;
	margin:0;
	display:block;
}
.sidenav ul li {
	list-style-type:none;
}
.sidenav ul li.tit {
	font-size:27px;
	font-weight:700;
	color:#000;
	text-align:left;
	padding:40px 0 37px 20px;
	letter-spacing:-1px;
}
.sidenav ul li:nth-child(2) {
	border-top:1px solid #dfe3eb;
}
.sidenav ul li a {
	position:relative;
	display:block;
	font-size:17px;
	padding:14px 15px 17px 20px;
	font-weight:500;
	color:#555;
	letter-spacing:-1px;
	border-bottom:1px solid #e6e6e6;
}
.sidenav ul li.active a:after {
	position: absolute;
		right: -10px;
		top: 50%;
		transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-webkit-transform: translate(0, -50%);
	display: inline-block;
	border-top: 13px solid transparent;
	border-left: 17px solid #005953;
	border-bottom: 13px solid transparent;
	content: '';
}
.sidenav ul li.active a,
.sidenav ul li.active a:link {
	color:#fff;
	background-color:#005953;
}
@media (max-width: 992px) {
	.sidenav ul {
		display:inline-block;
		margin:10px 7px 15px 7px;
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.sidenav ul li.tit {
		display:none;
	}
	.sidenav ul li {
		display: table-cell;
		float: none;
		text-align: center;
		vertical-align: middle !important;

	}
	.sidenav ul li:nth-child(2) {
		border-top:0px solid #dfe3eb;
	}
	.sidenav ul li a {
		position:relative;
		display:block;
		vertical-align: middle !important;
		font-size:13px;
		padding:7px 7px 10px 7px;
		font-weight:400;
		line-height:100%;
		color:#555;
		border-bottom:1px solid #e6e6e6;
		margin-bottom:5px;
	}
	.sidenav.rowtwo ul li a {
		min-height:45px;
	}
	.sidenav ul li.active a:after {
		clear:both;
		position: absolute;
			right: auto;
			top: auto;
			bottom: -17px;
			left: 50%;
			transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
		display: inline-block;
		border-left: 13px solid transparent;
		border-top: 17px solid #1c4da0;
		border-right: 13px solid transparent;
		border-bottom: 0px solid transparent;
		content: '';
	}
}
/* Breadcrumb */
.breadcrumb-wrap {
	clear:both;
	margin:0;
	padding:0;
	width:100%;
	background-color:#f4f4f4;
	border-bottom:1px solid #ddd;
	text-align:right;
	margin-bottom:0px;
}
@media (max-width: 992px) {
	.breadcrumb-wrap {
		margin-bottom:0px;
		margin-top:-5px;
	}
}
.breadcrumb {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  padding: 0.7rem 1rem;
  background-color: transparent;
  border-radius: 0;
	margin:0;
	font-weight:600;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #6c757d;
	padding-top:1px;
	font-family: bootstrap-icons !important;
	content: "\f285";
}
.breadcrumb-item.active {
  font-weight:600;
	color:#333;
}
@media (max-width: 992px) {
	.breadcrumb {
		padding: 0.7rem 0rem 0.5rem;
		font-size:13px;
		margin-top:5px;
	}
}
/* Page Header */
.page-header {
	padding:0 0 20px;
}
.page-header h2 {
	letter-spacing:-2px;
	font-weight:700;
	font-size:37px;
	margin:0;
	padding:0;
	line-height:1.5;
	color:#000;
}
.page-header h2 small {
	font-size:19px;
	font-weight:400;
	letter-spacing:-1px;
	display:inline-block;
	padding-left:5px;
}
@media (max-width: 992px) {
	.page-header {
		padding:0 0 0px;
	}
	.page-header h2 {
		margin-top:20px;
		font-size:25px;
		line-height:1.6;
		font-weight:600;
	}
	.page-header h2 small {
		font-size:15px;
		line-height:1;
		display:block;
		padding-left:0px;
	}
}

/* Footer */
.footerwrap {
	clear:both;
	width:100%;
	background: rgb(81, 88, 88);
	width: 100%;
	color: rgb(204, 204, 204);
	padding:0 0 25px 0;
	margin:0;
	line-height:160%;
}
.footer-linkwrap {
	border-bottom: 1px solid rgb(116, 121, 121);
	padding: 20px 0;
	margin-bottom:20px;
	text-align:center;
}
.footer-logo {
	width: 165px;
	opacity: 0.8;
}
ul.footer-link {
	margin:0 auto;
	padding:0;
	display:inline-block;
}
ul.footer-link li {
	border-right: 1px solid rgb(116, 121, 121);
	list-style-type:none;
	display:inline-block;
	float:left;
	line-height:15px;
	height:15px;
	padding:0 20px 0 20px;
}
ul.footer-link li:last-child {
	border-right: 0px solid rgb(116, 121, 121);
}
ul.footer-link li a {
	color:#fff;
	font-weight:300;
}
.footer-link li a strong {
	color: #ffcc00;
	font-weight:700;
}
.footer-copy {
	clear:both;
	font-size:14px;
	padding:12px 0 0 0;
	color:#707070;
}
.footer-logo {
	padding:3px 0;
	text-align:right;
}
.footer-logo img {
	margin-left:25px;
	vertical-align:middle;
}
.company-info {
	color:#ccc;
	font-size:13px;
	line-height:160%;
}
.snswrap {
	text-align:right;
}
.footer-sns {
	display:inline-block;
}
.footer-sns li {
	float:left;
	margin-left:10px;
}
.footer-sns li a {
	border-radius:50px;
	width:40px;
	height:40px;
	color:#fff;
	font-size:32px;
	display:inline-block;
	background-color:#393d3d;
	text-align:center;
}
.footer-sns li a img {
	opacity:0.7;
}
@media (max-width: 992px) {
	.footerwrap {
		padding:20px 0 30px 0;
		margin-top:50px;
	}
	.footer-linkwrap {
		border-bottom: 1px solid rgb(116, 121, 121);
		padding: 10px 0 20px 0;
		margin-bottom:20px;
		text-align:left;
	}
	ul.footer-link {
		margin:0;
		padding:0;
		display:block;
	}
	ul.footer-link li {
		width:100%;
		border-right:0px solid rgb(116, 121, 121);
		display:block;
		line-height:15px;
		height:auto;
		padding:5px 0px 5px 0;
	}
	ul.footer-link li a {
		display:block;
	}
	.footer-logo {
		padding-bottom:20px;
	}
	.footer-copy {
		clear:both;
		font-size:11px;
		padding:5px 0 !important;
		margin-bottom:10px;
	}
	.snswrap {
		text-align:center;
	}
	.footer-sns li a {
		width:32px;
		height:32px;
		font-size:28px;
	}
	.footer-sns li a img {
		width:32px;
	}
	.company-info {
		font-size:12px;
		line-height:150%;
	}
}

/* .family_list */
.family_list {
	position: relative;
	display: block;
	vertical-align: middle;
	text-align: left;
	margin-left:-10px;
  z-index: 5;
}
.family_list .foot_site_btn {
	display: block;
	vertical-align: middle;
	position: relative;
	padding-right: 38px;
	padding-left: 10px;
	width:100%;
	height: 40px;
	line-height: 34px;
	color: #a0a0a0;
	border: 1px solid #585858;
	text-align: left;
	background: #393d3d;
	font-size:14px;
}
.family_list .foot_site_btn .arr {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 38px;
	height: 38px;
	border-left: 1px solid #696969;
}
.family_list .foot_site_btn .arr img {
	transform:rotate(180deg);
	transition:all 0.3s;
	position: absolute;
	right:12px;
	top:17px;
}
.family_list .foot_site_btn.on .arr img {
	transform:rotate(0deg);
}
.family_list .foot_site_menu {
	display:none;
	position:absolute;
	left:0;
	bottom:38px;
	z-index:1;
	overflow:auto;
	width:100%;
	border:1px solid #737878;

}
.family_list .foot_site_menu li {
	border-bottom: 1px solid #737878;
}
.family_list .foot_site_menu li:last-child {
	border-bottom:0;
}
.family_list .foot_site_menu li a {
	display:block;
	height: 35px;
	line-height: 35px;
	padding-left:15px;
	color:#999;
	font-size:14px;
	background-color:#393d3d;
	text-align: left;
}
.family_list .foot_site_menu li.info a {
	color:#235788;
}
.family_list .foot_site_menu li a:hover, .foot_site_menu li a:focus {
	background-color:#fff; color:#000;
}
@media (max-width: 992px) {
	.family_list {
		float:left;
		display: block;
		margin-bottom:5px;
		width:100%;
		margin-top:5px;
		margin-left:0px;
	}
	.family_list .foot_site_btn {
		padding-right: 10px;
		padding-left: 10px;
		display: block;
		width: 100%;
		height: 35px;
		line-height: 33px;
	}
	.family_list .foot_site_btn .arr {
		width: 33px;
		height: 33px;
	}
	.family_list .foot_site_btn .arr img {
		right:9px;
		top:12px;
	}
	.family_list .foot_site_menu {
		left:0;
		bottom:33px;
		width:100%;
	}
	.family_list .foot_site_menu li a {
		height: 35px;
		line-height: 33px;
		padding-left:10px;
		font-size:0.918em;
	}
}
.modal-footer {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* Popup */
body.pop {
	width:100%;
	background:#fff;
	font-size:15px;
	min-width:auto;
	padding-top:0px !important;
}
.popup {
	width:100%;
}
.popup-header {
  padding:10px 24px 13px 24px;
	background-color:#005953;
}
.popup-header h4 {
  margin: 0;
  line-height:1.8;
	color:#fff;
	font-size:21px;
	font-weight:700;
}
.popup-header .close {
  margin-top: 0;
	color:#fff;
	opacity: 0.6;
  filter: alpha(opacity=60);
}
.popup-header .close .bi {
	line-height:1;
	font-size: 2.35rem !important;
}
.popup-body {
  padding:15px 20px;
	line-height:1.6;
	overflow-y: auto;
}
.popup-body h5 {
	margin: 25px 0 10px 0;
	font-size: 19px;
}
.popup-footer {
  padding:15px 20px;
	text-align:center;
}
@media (max-width: 767.98px) {
	.popup-body {
		padding:20px 15px;
		line-height:1.6;
	}
	.popup-body .filterwrap .col-form-label {
		font-size:0.95em;
		padding-top:5px;
	}
}
.popup-footer {
  margin-bottom: 0;
	padding:14px 0;
	text-align:center;
}
.popup-footer:before,
.popup-footer:after {
  display: table;
  line-height: 0;
  content: "";
}
.popup-footer:after {
  clear: both;
}
.popup-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.popup-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.popup-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* Visual */
.visual {
	height:470px;
	margin-bottom:30px;
}
@media (max-width: 992px) {
	.visual {
		height:auto;
		margin-bottom:10px;
	}
}
.container.relative {
	z-index:0;
  position: relative !important;
}
.visual .carousel-caption {
	position:absolute;
	left:15%;
  top: 90px;
	padding:20px 0 20px 0px;
  color: #fff;
  text-align: left;
}
.visual .carousel-caption h2 {
	font-size:39px;
	font-weight:700;
	letter-spacing:-1px;
	margin-bottom:20px;
}
.visual .carousel-caption h4 {
	font-size:24px;
	font-weight:300;
	letter-spacing:-1px;
	margin-bottom:30px;
}
.visual .carousel-caption p {
	margin-top:20px;
}
@media (max-width: 992px) {
	.visual .carousel-caption {
		top: 70px;
		left:5%;
		padding-left:0px;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	.visual .carousel-caption h2 {
		font-size:21px;
		margin-bottom:15px;
	}
	.visual .carousel-caption h4 {
		font-size:15px;
		margin-bottom:10px;
	}
}
.carousel-bg {
	clear:both;
	background-position: center center;
	background-size:cover;
	background-repeat: no-repeat;
	z-index:10;
	height:470px;
	margin:0;
}
@media (max-width: 992px) {
	.carousel-bg {
		clear:both;
		background-position: center center;
		background-size:cover;
		background-repeat: no-repeat;
		z-index:10;
		height:320px;
		margin:0;
	}
}
#carousel-visual .carousel-indicators {
  bottom: 35px;
}

#carousel-visual .carousel-indicators li {
  width: 17px;
  height: 17px;
	border-radius:50px;
  background-color: #fff;
	border: 0px solid #fff;
}
#carousel-visual .carousel-indicators .active {
  opacity: 1;
	width: 57px;
}
	#carousel-visual .carousel-indicators li {
  width: 17px;
  height: 17px;
	border-radius:50px;
  background-color: #fff;
	border: 0px solid #fff;
}
	#carousel-visual .carousel-indicators .active {
  opacity: 1;
	width: 57px;
}
@media (max-width: 992px) {
	#carousel-visual .carousel-indicators {
		bottom: 20px;
	}
	#carousel-visual .carousel-indicators .active {
		opacity: 1;
		width: 37px;
	}
}
#carouselBannIndicators .carousel-indicators {
  bottom: 15px;
}
#carouselBannIndicators .carousel-indicators li {
  width: 17px;
  height: 17px;
	border-radius:50px;
  background-color: #ccc;
	border: 0px solid #fff;
}
#carouselBannIndicators .carousel-indicators .active {
  opacity: 1;
	width: 17px;
	background-color: #777;
}
.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  transition: opacity 0.15s ease;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  opacity: 1;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 27px;
  height: 50px;
  background: 50% / 100% 100% no-repeat;
}
.carousel-control-prev-icon {
  background-image: url("../img/svg/carousel-control-prev-icon.svg");
}
.carousel-control-next-icon {
  background-image: url("../img/svg/carousel-control-next-icon.svg");
}
.carousel-control-prev.sub,
.carousel-control-next.sub {
	position: absolute;
	margin-left:-20px;
	margin-right:-20px;
	bottom: 0;
	width: 48px;
	padding: 0;
}
.btn-arrow-circle {
	width:48px;
	height:48px;
	display:inline-block;
	border-radius:50px;
	background-color:#ddd;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	padding:0;
	z-index:100;
	background-size:17px auto !important;
	border:1px solid #ddd;
}
@media (max-width: 992px) {
	.carousel-control-prev.sub,
	.carousel-control-next.sub {
		position: absolute;
		margin-top:-10px;
		margin-left:10px;
		margin-right:10px;
		top: -30px !important;
		bottom:auto;
		width: 32px;
		padding: 0;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
	}
	.btn-arrow-circle {
		width:32px;
		height:32px;
		display:inline-block;
		border-radius:50px;
		background-color:#ddd;
		text-align:center;
		vertical-align:middle;
		margin:0 auto;
		padding:0;
		z-index:100;
		background-size:13px auto !important;
		border:1px solid #ddd;
	}
}

/* Quick Link */
.quickwrap {
	margin-bottom:15px;
}
.quick-link {
	border-radius: 10%;
	font-size: 14px;
	background-color: white;
	filter: drop-shadow(2px 4px 6px lightgray);
	transition: all 1s ease-in-out;
	border-radius:7px;
	padding:16px 6px;
	text-align:center;
	display:block;
	font-size:17px;
	margin-bottom:12px;
}
.quick-link figure {
	background-color:#2d8c49;
	border-radius:50px;
	width:48px;
	height:48px;
	display:inline-block;
	text-align:center;
	margin:0 auto 5px auto;
	padding-top:3px;
}
.quick-link:hover figure {
	background-color:#54b848;
}
.quick-link .bi {
	text-align:center;
	display:inline-block;
	font-size:27px;
	color:#fff;
}
.quick-link span {
	text-align:center;
	display:block;
	margin-bottom:5px;
}
.quick-link:hover span {
	color:#2d8c49;
}
@media (max-width: 992px) {
	.quickwrap {
		margin-bottom:0px;
	}
	.quick-link {
		border-radius:7px;
		padding:10px 5px;
		font-size:13px;
		margin-bottom:10px;
	}
	.quick-link figure {
		width:36px;
		height:36px;
	}
	.quick-link .bi {
		font-size:19px;
		margin-bottom:3px;
	}
}
.section {
	padding:10px 0 10px 0;
}
@media (max-width: 992px) {
	.section {
		padding:10px 0 10px 0;
	}
}
.section .card {
  background-color: #fff;
  border: 1px solid rgb(204,204,204);
  border-radius: 0 !important;
	box-shadow: 1px 1px 0 #bfc9da;
	margin-bottom: 12px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	min-height:275px;
}
.card-header {
  padding: 1rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
	border-radius: 0 !important
	border-bottom: 0px solid #fff;
}
@media (max-width: 992px) {
	.section .card {
		margin-bottom: 0px;;
		min-height:auto;
	}
	.card-header {
		padding: 0.75rem 1rem;
	}
}
.section .card-header:first-child {
  border-radius:  0;
}
.card-header h5 {
	padding:10px 17px;
	margin-left:-0.5rem;
	margin-right:-0.5rem;
	margin-bottom:0px;
	font-size:21px;
	font-weight:700;
}
@media (max-width: 992px) {
	.section .card {
		margin-bottom:0px;;
		min-height:auto;
	}
	.card-header h5 {
		padding:10px 7px;
		font-size:17px;
	}
	.card-body {
		padding: 0.35rem;
	}
}
.card-text {
	font-size:14px;
	line-height:1.5;
}
.more {
	float:right;
	color:#000;
	font-size:25px !important;
	font-weight:900 !important;
	margin-top:-4px;
}
@media (max-width: 992px) {
	.more {
		font-size:17px;
		margin-top:-4px;
	}
}
.list-circle {
	margin:0 0 10px 5px;
}
.list-circle > li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.7rem;
	left: 0.4rem;
	width: 4px;
	height: 4px;
	background: #222;
	border-radius: 500px;
	content: "";
}
.list-circle > li {
	position: relative;
	padding-left: 17px;
	margin-top: 7px;
	text-align: left;
	line-height:1.7;
	color:#333;
	font-size:15px;
	font-weight:400;
}
@media (max-width: 992px) {
	.list-circle > li:before {
		top: 0.5rem;
		left: 0.3rem;
    width: 3px;
    height: 3px;
	}
	.list-circle > li {
		padding-left: 15px;
		margin-top: 7px;
		line-height:1.5;
		font-size:14px;


	}
}
.title {
	border-bottom: 0px solid #cccccc;
	font-weight:700 !important;
	font-size:17px;
}
.date {
	float:right;
	color:#777;
	font-size:14px;
	font-weight:400 !important;
}
@media (max-width: 992px) {
	.date {
		float:none;
		display:block;
		color:#777;
		font-size:13px;
	}
}

.badge-rect {
	display: inline-block;
	padding: 0.35em 0.55em;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0.25rem;
	transition: color 0.15s
	ease-in-out, background-color 0.15s
	ease-in-out, border-color 0.15s
	ease-in-out, box-shadow 0.15s
	ease-in-out;
}
.badge-rect.lg {
	padding: 0.35em 0.55em;
	font-size: 14px;
	line-height: 1.3;
	font-weight: 700;
	vertical-align: middle;
	margin-bottom:4px;
}
.badge-status1 {
  color: #fff;
  background-color: #2e8d4a;
}
.badge-primary {
  color: #fff;
  background-color: #2e8d4a;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #28773c;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.cardnewswrap {
	min-height:275px;
	position:relative;
	padding:16px 20px;
}
.cardnewswrap h2 {
	padding:10px 17px 5px 17px;
	margin-bottom:3px;
	font-size:21px;
	font-weight:700;
}
.cardnewswrap h4 {
	font-size:17px;
	font-weight:700;
	padding:5px 17px;
	margin-bottom:0px;
}
.cardnewswrap h5 {
	font-size:15px;
	font-weight:400;
	padding:3px 17px;
	letter-spacing:0;
	margin-top:0;
}
.bannwrap {
	height:275px;
	position:relative;
	padding:16px 20px;
}
/* Table */
.table strong {
	font-weight:700;
}
.table.bordered thead th {
	vertical-align: bottom;
	border-bottom: 1px solid #dee2e6;
	border-top: 2px solid #005953 !important;
	background-color:#f7f7f7;
}
.table.bordered {
  width: 100%;
  margin-bottom: 0;
  color: #212529;
	border-top: 2px solid #005953 !important;
	border-bottom: 1px solid #dee2e6;
}
.table.bordered th,
.table.bordered td {
	display: table-cell;
  padding: 0.55rem 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
	text-align:center;
	line-height:170%;
	white-space: nowrap;
}
.table.view td {
	white-space: normal;
	border-bottom: 1px solid #ccc;
}
.view {
	border-top: 2px solid #005953 !important;
}
.view > tbody > tr > th {
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
}
.view th, .view td {
	display: table-cell;
	padding: 0.55rem 0.75rem;
	vertical-align: middle;
	border-top: 1px solid #dee2e6;
	text-align: center;
	line-height: 170%;
	white-space: nowrap;
}
.table.bordered > tbody > tr > th {
	text-align:center;
	font-weight:500;
  border-bottom: 1px solid #ccc;
  color: #0e0e0e;
	background: #f5f7fa;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #F6F7F9;
}
.border-left-2 {
	border-left:2px solid #3d4b66;
}
.view > tbody > tr > td {
	text-align:left;
}
.table-bordered {
  border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-top: 2px solid #005953 !important;
}
.table-bordered th {
	background-color: #f7f7f7;
	text-align:center;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
	vertical-align:middle;
	padding: 0.55rem 0.55rem;
}
.table-bordered thead th {
	border-bottom: 0px solid #dee2e6;
	vertical-align:middle;
}
.table-bordered th:first-child,
.table-bordered td:first-child {
  border-left: 0px solid #dee2e6;
}
.table-bordered th:last-child,
.table-bordered td:last-child {
  border-right: 0px solid #dee2e6;
}
@media (max-width: 992px) {
	.table-bordered {
		word-break: break-word !important;
	}
}
.table-nowrap {
	white-space: nowrap !important;
}
.vertical-top td {
	vertical-align:top !important;
}
.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #eff8eb !important;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #e6f5e0 !important;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff !important;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff !important;
}
td strong {
	font-weight:500;
}
.circle-title {
	font-size:21px;
	font-weight:700;
	letter-spacing:0;
	padding-top:15px;
	padding-bottom:10px;
}
.circlenum {
	display:inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #ddd;
	font-size:19px;
	color: #656565;
	background: #fff;
	margin:0 10px;
}
.circlenum:hover {
	border: 1px solid #000;
	color: #fff;
	background: #000;
}
/* Calendar-lg */
.calendar-lg {
	table-layout:fixed;
	border:0px !important;
	border-top:0;
	border-left: 1px solid #dee2e6 !important;
	border-right: 1px solid #dee2e6 !important;
	border-bottom: 1px solid #dee2e6 !important;
}
.calendar-lg thead th {
	background-color: #fff;
}
.calendar-lg tr {
	position:relative;
}
.calendar-lg td {
	border-top: 0px solid #dee2e6;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 0px solid #dee2e6;
	vertical-align: middle;
	padding:5px;
}
.calendar-lg td.date-num {
	height:45px;
	border-top: 1px solid #dee2e6;
	border-bottom: 0px solid #dee2e6;
}
.calendar-lg td strong {
	display: inline-flex;
	justify-content: center;
	float: right;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 20px;
	color: #656565;
}
.calendar-lg td.fc-event-container {
	border-top: 0;
	background: none;
	border-bottom: 0;
	height:auto;
	padding:0px 3px 0 3px;
}
.fc-content {
	background-color:#ddd;
	border-radius:6px;
	padding:3px 8px;
	margin-bottom:2px;
	height:25px;
	line-height:1.3;
	letter-spacing:0px;
	width: 100%;
	text-overflow: clip;;
  white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
  display: block;
	text-align:center;
}
/* Calendar */
.calendar {
	table-layout:fixed;
	width:calc(100% + 40px);
	border:0px !important;
	/*
	margin-left:-20px;
	margin-right:-20px;
	*/
	margin-bottom:-20px;
	border-top:0;
}
.calendar thead th {
	text-align:center;
	font-size:19px;
	padding-bottom:15px !important;
	border-bottom:1px solid #ddd;
	border-top:0px solid #ddd;
	border-right:0px solid #ddd;
	color:#000;
	font-weight:700;
}
@media (max-width: 992px) {
	.calendar thead th {
		font-size:15px;
	}
}
.calendar thead tr.line {
	border-bottom:1px solid #ddd;
	margin-left:-12px;
	margin-right:-12px;
}
.calendar thead th img {
	vertical-align:middle;
	margin-top:-1px;
}
.calendar th {
	text-align:center;
	padding:7px 5px !important;
	border-right:1px solid #ddd;
	font-size:15px;
	color:#777;
}
.calendar th:last-child {
	border-right:0px solid #ddd;
}
@media (max-width: 992px) {
	.calendar th {
		padding:3px 3px !important;
		font-size:13px;
	}
}
.calendar td {
	width: 100%;
	text-align:center;
	vertical-align:top;
	border-right:1px solid #ddd;
	padding:2px 10px 5px 10px;
	height:60px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 1px;
}
@media (max-width: 992px) {
	.calendar {
		margin-left:-12px;
		margin-right:-12px;
		margin-bottom:-12px;
		width:calc(100% + 24px);
	}
	.calendar thead th {
		font-size:15px;
	}
	.calendar td {
		height:auto !important;
	}
}
.calendar tr td:last-child {
	border-right:0px solid #ddd;
}
.calendar tr:last-child td {
	border-bottom:0px solid #ccc;
}
.calendar td strong {
	font-size:12px;
	line-height:130%;
	display:inline-block;
	font-weight:800;
	color:#333;
	border-radius:50px;
	background-color:#fff;
	width:26px;
	height:26px;
	text-align:center;
	padding-top:4px;
}
.calendar td strong.active {
	color:#fff;
	background-color:#2B79C8;
}
.calendar td strong.today {
	background-color:#efefef;
}
.calendar td strong.grey {
	color:#ccc;
	font-weight:400;
}
.calendar td a {
	display:block;
	text-align: center;
  color: #222 !important;
	background-color:#dde3ea;
	margin:5px 5px;
	border-radius:50px;
	padding:5px 10px 7px 10px;
	line-height:15px;
	font-size: 12px !important;
	border-radius: 5px;
	line-height: 12px;
	color: #fff;
}
@media (max-width: 992px) {
	.calendar td a {
	 margin:3px 2px;
	 padding:4px 2px;
	 line-height:11px;
	 font-size: 11px !important;
	}
}
.calendar td a.dark-green {
  color: #fff !important;
 background-color:#2f51b2;
}
.calendar td a.light-green {
  color: #fff !important;
 background-color:#2f51b2;
}
.calendar td a.color1 {
  color: #fff !important;
 background-color:#f6bf26;
}
.calendar td a.color2 {
  color: #333 !important;
 background-color:#f6db26a3;
}
.calendar td a.color3 {
  color: #333 !important;
 background-color:#e1f1d7;
}
.calendar td a.color4 {
  color: #fff !important;
 background-color:#9acd32;
}
.calendar td a.color5 {
  color: #fff !important;
 background-color:#486f23;
}
.ellipsis {
	 width: 100%;
	text-overflow: clip;;
  white-space: nowrap;
  overflow: hidden;
	text-overflow: ellipsis;
  display: block;
	letter-spacing:0px;
}
.edu-list {
	display:block;
	text-align: left;
	background-color:#f6db26a3;
	margin:5px 5px;
	border-radius:50px;
	padding:5px 10px 7px 10px;
	line-height:1.6;
	font-size: 14px !important;
	border-radius: 5px;
}
/* table-row */
.table-wrap {
  display: flex;
  flex-wrap: wrap; /* 줄바꿈 허용 */
  width: 100%;
  border-collapse: collapse;
}
.table-wrap-top {
	border-top: 2px solid #005953 !important;
}
.table-wrap-line {
	border-top: 1px solid #ccc !important;
}
.table-cell {
  box-sizing: border-box;
  text-align: center;
  padding: 0.55rem 0.75rem;
  vertical-align: middle;
  display: flex;
	line-height:1.7;
  justify-content: center; /* 가로 중앙 */
  align-items: center;     /* 세로 중앙 */
  text-align: center;
}
.table-cell__text {
  white-space: pre-line;
}
.table-cell .row {
	flex: 1 1 100%;
  margin: 0;
  white-space: normal;
}
td .custom-control-wrap {
		margin-left:30px;
}
td .custom-control-wrap .custom-control {
	margin-bottom:5px;
}
.table-cell .custom-control-wrap {
	margin-left:0px;
}
@media (max-width: 992px) {
	.table-cell .custom-control-wrap {
		margin-left:0px;
	}
}
.clearfix {
	clear: both;
}
/* 기본 4셀 비율 */
.table-cell:nth-child(1) {
	flex: 0 0 15%;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	font-weight:700;
  padding: 0.55rem 0.15rem;
}
.table-cell:nth-child(2) {
	flex: 0 0 35%;
	border-bottom: 1px solid #ccc;
	text-align:left;
	justify-content: flex-start; /* 가로 좌측 정렬 */
}
.table-cell:nth-child(3) {
	flex: 0 0 15%;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	font-weight:700;
}
.table-cell:nth-child(4) {
	flex: 0 0 35%;
	border-bottom: 1px solid #ccc;
	justify-content: flex-start; /* 가로 좌측 정렬 */
	text-align:left;
}
.table-cell.colspan3 {
	flex: 0 0 85%;
	border-bottom: 1px solid #ccc;
	justify-content: flex-start; /* 가로 좌측 정렬 */
	text-align:left;
}
.table-cell.colspan2 {
	flex: 0 0 55%;
	border-bottom: 1px solid #ccc;
	justify-content: flex-start;
	text-align:left;
}
.table-cell.cell4 {
	flex: 0 0 30%;
	border-bottom: 1px solid #ccc;
	justify-content: flex-start;
	text-align:left;
}
.table-cell.cell4.bg-white {
	background: #fff;
}
@media (max-width: 992px) {
}
.table-cell.colspan4th {
	flex: 0 0 100%;
	border-bottom: 1px solid #ccc;
	background: #f5f5f5;
	justify-content: flex-center; /* 가로 좌측 정렬 */
	text-align:center;
}
.table-cell.colspan4td {
	flex: 0 0 100%;
	border-bottom: 1px solid #ccc;
	justify-content: flex-start; /* 가로 좌측 정렬 */
	background: #fff;
	text-align:left;
	font-weight:400;
	padding-top:20px;
	padding-bottom:20px;
}

/* 992px 이하에서는 2개씩 */
@media (max-width: 992px) {
  .table-cell {
  padding: 0.45rem 0.45rem;
	}
  .table-cell:nth-child(1),
  .table-cell:nth-child(3) {
		flex: 0 0 30%;
		font-size:12px;
		 padding: 0.45rem 0.15rem;
	}
  .table-cell:nth-child(2),
  .table-cell:nth-child(4) {
		flex: 0 0 70%;
	}
	.table-cell.colspan4th {
		flex: 0 0 100%;
	}
	.table-cell.colspan4td {
		flex: 0 0 100%;
	}
	.table-cell.cell4 {
		flex: 0 0 100%;
	}
}

.required {
	color:#ff0000;
	font-size:15px;
	font-weight:700;
	margin-left:3px;
	line-height:21px;
	vertical-align:middle;
}
.required:after {
	content:"*";
	margin-top:3px;
}

/* Button */
.btn-wrap {
	padding:20px 0;
	text-align:center;
}
.btn {
  border-radius: 3px;
	font-weight:600;
}
.btn-primary {
  color: #fff;
  background-color: #005953;
  border-color: #005953;
}

.btn-primary:hover {
  color: #fff;
  background-color: #00423c;
  border-color: #00423c;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #00423c;
  border-color: #00423c;
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 83, 0.3);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #005953;
  border-color: #005953;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00423c;
  border-color: #00423c;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 83, 0.3);
}

.btn-outline-primary {
  color: #005953;
  border-color: #005953;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #005953;
  border-color: #005953;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #005953;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #005953;
  border-color: #005953;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 89, 83, 0.3);
}


.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #326ebd;
  border-color: #326ebd;
}
.btn-info {
  color: #fff;
  background-color: #4d4e4e;
  border-color: #4d4e4e;
}
.btn-info:hover {
  color: #fff;
  background-color: #777;
  border-color: #777;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #777;
  border-color: #777;
  box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #fff;
  border-color: #bfc4ce;
}

.btn-light:hover {
  color: #212529;
  background-color: #fff;
  border-color: #ccc;
}

.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #ccc;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-pink {
	color: #f82c92;
	background: #fef3f9;
  border-color: #f82c92;
}

.btn-pink:hover {
	color: #f82c92;
  background-color: #f9e8f2;
  border-color: #f82c92;
}

.btn-pink:focus, .btn-pink.focus {
	color: #f82c92;
  background-color: #f9e8f2;
  border-color: #f82c92;
  box-shadow: 0 0 0 0.2rem rgba(248, 44, 146, 0.3);
}

.btn-pink.disabled, .btn-pink:disabled {
  color: #fff;
  background-color: #005953;
  border-color: #005953;
}

.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
.show > .btn-pink.dropdown-toggle {
	color: #f82c92;
  background-color: #f9e8f2;
  border-color: #f82c92;
}

.btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
.show > .btn-pink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 44, 146, 0.3);
}
/* logo-roller */

.logo-roller {
  width: 100%;              /* 전체 폭 */
  overflow: hidden;
  background: #fff;
  padding: 30px 0 70px 0;
}

.roller-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite; /* 속도는 20s 조절 */
}

.roller-track img {
  height: 60px;             /* 로고 높이 */
  margin: 0 10px;           /* 로고 간격 */
  object-fit: contain;
}

/* 좌→우 이동 애니메이션 */
@keyframes scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* 이미지 세트를 절반만큼 이동 */
}
/* //logo-roller */


#sidebar {
	z-index:99999;
	display:block;
	position:fixed;
	top:207px;
	right:0px;
	text-align:center;
	width:70px;
	font-size:13px;
	padding-bottom:15px;
	background-color:#3a8633;
	border-radius: 30px;
}
ul.sidemenu {
	display:inline-block;
	margin:10px auto 0 auto;

}
ul.sidemenu li {
	text-align:center;
	border-bottom:1px solid #fff;
}
ul.sidemenu li:last-child {
	border-bottom:0px solid #fff;
}
ul.sidemenu li a {
	display:inline-block;
	padding-top:9px;
	border-radius:50%;
	color:#fff;
	width:70px;
	height:76px;
	margin:3px auto 3px auto;
	letter-spacing:-1px;
	font-weight:700;
}
ul.sidemenu li a figure {
	display:block;
	font-size:21px;
	margin-bottom:3px;
}
@media (max-width: 1070px) {
	#sidebar {
		display:none;
	}
}

.nav-tabs {
  border-bottom: 2px solid #005953;
	margin-top:20px;
	margin-bottom:20px;
}
.nav-tabs .nav-link {
  font-size:1.125rem;
	margin-bottom: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
	border: 1px solid transparent;
	padding: 0.57rem 1.95rem;
	text-align:center;
	font-weight:500;
}
.nav-tabs.nav-slim .nav-link {
	padding: 0.57rem 0.95rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
	border: 2px solid transparent;
	border-bottom: 1px solid transparent;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #005953;
  background-color: #fff;
	border: 2px solid #005953;
	border-bottom: 1px solid #fff;
	font-weight:700;
}
@media (max-width: 992px) {
	.nav-tabs {
		margin-top:10px;
		margin-bottom:10px;
	}
	.nav-tabs .nav-link {
		font-size:13px;
		margin-bottom: -2px;
		border: 1px solid transparent;
		padding: 0.47rem 0.55rem;
		font-weight:600;
	}
}

/* List */
.about {
	background:#295e74 url(../img/about.jpg) no-repeat top right;
	height:142px;
	color:#fff;
	padding:40px 30px;
}
.subtitle {
	font-weight:600;
	font-size:21px;
	padding:10px 0 5px 0;
	margin:20px 0 10px 0;
}
.thirdtitle {
	font-weight:600;
	font-size:19px;
	line-height:35px;
	margin-top:30px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
	letter-spacing:-1px;
}
.thirdtitle span {
	background-image: none;
	background-color: #32772C;
	color: rgb(255, 255, 255);
	width: 20px;
	height: 20px;
	line-height:20px;
	text-align: center;
	font-style: normal;
	border-radius: 50%;
	display: inline-block;
	font-weight: 600;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-right: 10px;
	margin-top:3px;
}
.thirdtitle span::before {
 font-family: bootstrap-icons !important;
 content: "\f285";
 transition: all 0.5s;
 color:#fff;
}
@media (max-width: 992px) {
	.subtitle {
		font-size:17px;
		margin:10px 0 10px 0;
	}
	.thirdtitle {
		margin-top:20px;
		font-size:17px;
		line-height:1.5;
	}
	.thirdtitle span {
		width: 16px;
		height: 16px;
		line-height:16px;
		font-size: 11px;
		margin-right: 5px;
		margin-top:3px;
	}
}
.fourthtitle {
	font-weight:600;
	font-size:16px;
	margin:15px 0;
	color:#306c6a;
}
.desc_tit {
	background-image: none;
	background-color: #32772C;
	color: rgb(255, 255, 255);
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-style: normal;
	border-radius: 50%;
	display: inline-block;
	font-weight: 600;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-right: 10px;
}
.list-rect {
	margin:0 0 0 10px;
	padding:0;
}
.list-rect > li:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0.55rem;
	left: 0.2rem;
	width: 4px;
	height: 4px;
	background: #569419;
	border-radius: 0px;
	content: "";
}
.list-rect > li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
	text-align: left;
	line-height:1.5;
	color:#333;
	font-weight:400;
}
.list-rect.list-sm > li {
	margin-bottom: 3px;
}
@media (max-width: 992px) {
	.list-rect {
		margin:0 0 0 0px;
		padding:0;
	}
	.list-rect > li {
		margin-bottom: 5px;
	}
}
ul.list-dash {
	margin:0;
	padding:0;
	text-align:left;
}
ul.list-dash li {
	padding:3px 0 3px 10px;
	line-height:130%;
	position:relative;
}
ul.list-dash li:before {
	content:"•";
	position:absolute;
	left:0;
	top:1px;
	margin-top:2px;
	margin-right:5px;
	font-weight:700;
}
.box {
	padding:7px 0 20px 0;
	border-radius:8px;
	background-color: #f5f7f9;
	text-align:center;
	margin-bottom:10px;
}
.box h5 {
	font-weight:700;
	font-size:17px;
	text-align:center;
	margin:0px 0 10px 0;
	line-height:1.4;
	letter-spacing:0;
}
.box h6 {
	font-weight:500;
	font-size:16px;
	text-align:center;
	margin:0px 0;
	line-height:1.3;
	letter-spacing:0;
}
.box p {
	font-weight:400;
	font-size:15px;
}
.box figure {
	text-align:center;
	margin:0 0 5px 0;
}
.box figure .bi {
	font-size:37px;
	margin:0;
}
.box figure .bi.lg {
	font-size:57px;
	margin:0;
}
.box.type1 {
	background-color:#50b948;
	color:#fff;
}
.box.type2 {
	background-color:#fff;
	border:1px solid #3a8633;
}
.box.type2 .bi {
	color:#3a8633;
}
.box.type2:hover {
	background-color:#e2f0e4;
	color:#3a8633;
}
.box.type3 {
	background-color:#e2f0e4;
}
.box.type3 .bi {
	color:#3a8633;
}
.box.type3:hover {
	background-color:#c5e8be;
}
@media (max-width: 992px) {
	.box {
		padding:7px 0 15px 0;
	}
	.box h6 {
		font-size:12px;
	}
	.box p {
		font-size:13px;
	}
	.box figure .bi {
		font-size:27px;
		margin:0;
	}
}

.box-g {
	padding:15px 20px 15px 20px;
	border-radius:8px;
	background-color: #f5f7f9;
	text-align:center;
	margin-bottom:0px;
	margin-top:10px;
}
.box-h {
	padding:15px 0 15px 0;
	border-radius:8px;
	background-color: #f5f7f9;
	text-align:center;
	margin-bottom:10px;
}

.box-h .row {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.box-h h6 {
	font-weight:500;
	font-size:16px;
	text-align:left;
	margin:0px 0;
	line-height:1.3;
	letter-spacing:0;
}
.box-h figure {
	text-align:right;
	margin:0 0 5px 0;
}
.box-h figure .bi {
	font-size:37px;
	margin:0;
}
@media (max-width: 992px) {
	.box-h p,
	.box-h h5,
	.box-h h6 {
		text-align:center;
	}
	.box-h figure {
		text-align:center;
	}
	.box-h {
		padding:7px 0 15px 0;
	}
	.box-h h6 {
		font-size:12px;
		padding-top:0px;
		line-height:1.5;
	}
	.box-h figure .bi {
		font-size:27px;
		margin:0;
	}
}
.box-grey {
	padding: 15px 20px 17px 20px;
	border-radius: 8px;
	background-color: #fff;
	border:1px solid #ddd;
	text-align: left;
	margin-top:10px;
	margin-bottom: 30px;
}
.box-grey h4 {
	font-size:25px;
	font-weight:700;
	letter-spacing:0;
}
.box-grey h6 {
	font-size:17px;
	font-weight:700;
	letter-spacing:0;
	margin-top:15px;
}
.statuswrap {
	display:inline-block;
	margin:0 auto;
	border-radius:500px;
	width:120px;
	height:120px;
	text-align:center;
	font-weight:700;
	font-size:15px;
	background: #F8F8F8;
	margin-bottom:20px;
}
.btn-right {
	float:right;
}
@media (max-width: 992px) {
	.box-grey {
		padding: 5px 20px 20px 20px;
		margin-top:15px;
		margin-bottom: 25px;
	}
	.box-grey h4 {
		font-size:19px;
	}
	.box-grey h6 {
		font-size:15px;
		margin-top:15px;
	}
	.statuswrap {
		width:90px;
		height:90px;
		font-size:13px;
		margin-bottom:15px;
	}
	.btn-right {
		float:none;
		display:block;
		text-align:right;
		margin-bottom:15px;
	}
}
.status-grey {
	background-color:#b4b4b4;
	color:#fff;
}
.status-yellow {
	background-color:#f6bf26;
	color:#fff;
}
.status-green {
	background-color:#33b679;
	color:#fff;
}
.status-blue {
	background-color:#039be5;
	color:#fff;
}
.status-dark {
	background-color:#777;
	color:#fff;
}
/* Filter */
.filterwrap {
	padding:15px 20px 15px 20px;
	background-color:#f2f2f2;
	margin:10px 0 10px 0;
	border-top:0px solid #333333;
}
.filterwrap .col-form-label {
	font-size:0.97em;
	padding-top:5px;
	text-align:right;
	padding-right:10px;
}
@media (max-width: 992px) {
	.filterwrap .col-12 {
		margin-bottom:7px;
	}
	.filterwrap .col-form-label {
		padding-top:10px;
		text-align:left;
		padding-left:10px;
	}
}
.filterwrap .form-group:last-child {
  margin-bottom: 0rem;
}
@media (max-width: 992px) {
	.filterwrap {
		padding:20px 20px 20px 20px;
		/*margin-left:-22px;
		margin-right:-22px;*/
	}
	.filterwrap .row {
		margin-bottom:0;
	}
	.msb-1 {
		margin-bottom:15px;
	}
	.mst-1 {
		margin-top:15px;
	}
	.mst-2 {
		margin-top:30px;
	}
	.pst-1 {
		padding-top:10px;
	}
}
.pagination {
  margin:40px 0 30px 0;
  border-radius: 0rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: 2px;
	margin-right: 2px;
  line-height: 1.25;
  color: #343434;
  background-color: #fff;
  border: 1px solid #d1d1d1;
}
.page-link:hover {
  z-index: 2;
  color: #000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #005953;
  border-color: #005953;
	font-weight:500;
}
.nav-pills {
	margin-top:13px;
	margin-bottom:15px;
}
.nav-pills .nav-link {
	display:inline-block;
  border-radius: 0rem;
	font-size:15px;
	font-weight:700;
	letter-spacing:-1px;
	padding: 0.75rem 0.75rem;
	margin-right:0rem;
	border:1px solid #ccc;
	margin-right:-1px;
	color:#999;
}
@media (max-width: 992px) {
	.nav-pills .nav-link {
		display:inline-block;
		border-radius: 0rem;
		font-size:13px;
		padding: 0.55rem 0.25rem;
    white-space: nowrap;
		width:35px;
	}
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2d8c49;
	border:1px solid #2d8c49;
}
.nav-pills-body {
	border:1px solid #2d8c49;
	padding:30px;
	min-height:450px;
}
.navlinewrap {
	border-bottom:1px solid #ccc;
	height:60px;
}
.nav-line {
	margin-bottom:-1px;
}
.nav-line .nav-link {
	display:inline-block;
  border-radius: 0rem;
	font-size:18px;
	letter-spacing:-1px;
	padding: 0.95rem 1rem;
	margin-right:1.5rem;
	height:60px;
	border:0;

}
.nav-line .nav-link.active,
.nav-line .show > .nav-link {
  color: #005953;
  background-color: #fff;
	border:0;
	border-bottom:3px solid #005953;
	font-weight:700;

}
@media (max-width: 992px) {
	.navlinewrap {
		border-bottom:1px solid #ccc;
		height:50px;
	}
	.nav-line .nav-link {
		font-size:14px;
		padding: 0.95rem 0.25em;
		margin-right:0.5rem;
		height:49px;
	}
	.nav-line .nav-link.active,
	.nav-line .show > .nav-link {
		border-bottom:3px solid #326ebd;
		font-weight:500;
	}
}
.termswrap {
	height:150px;
	padding:20px;
	overflow-y:auto;
	border:1px solid #ccc;
	letter-spacing:0;
	margin-top:10px;
}
.termswrap.notice {
	height:190px;
	background-color:#fefae0;
}
.mt-5, .my-5 {
    margin-top: 2rem !important;
}
@media (max-width: 992px) {
	.mt-5, .my-5 {
			margin-top: 1.5rem !important;
	}
}
/* Custom Control */
.custom-control {
	display:inline-block;
  position: relative;
  font-size:15px;
  padding-left: 34px;
}
.custom-control-wrap .custom-control-label {
	margin-bottom:5px;
}
.custom-control-label {
  font-size:15px;
	font-weight:500;
}
.custom-control a {
	font-weight:500;
	color:#000 !important;
}
@media (max-width: 992px) {
	.custom-control-label {
		font-size:13px;
		font-weight:500;
	}
	small {
		font-size:13px;
		font-weight:700;
	}
	.custom-control a {
		font-weight:400;
		font-size:13px;
	}
}
.custom-control-label::before {
  top: 0.05rem;
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
}
.custom-control-label::after {
  top: 0.05rem;
  left: -2rem;
  width: 1.5rem;
  height: 1.5rem;
}
.custom-checkbox .custom-control-label::before {
  border-radius: 50rem;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2d8c49;
  background-color: #2d8c49;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #2d8c49;
  background-color: #2d8c49;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 127, 127, 0.3);
  border-color: #ccc;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(127, 127, 127, 0.3);
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(127, 127, 127, 0.3);
}
/* end Custom Control */
/* Start step */
.step-wrap {
	text-align:center;
	padding:0 0 10px 0;
	margin-top:20px;
}
@media (max-width: 992px) {
	.step-wrap {
		text-align:center;
		padding:0 0 0 0;
	}
}
.step-bg {
	position:relative;
	margin-top:15px;
	margin-bottom:0;
	display:inline-block;
}
.step-bg .line {
	position:absolute;
	display:block;
	height:2px;
	top:24px;
	width:calc(100% - 140px);
	margin-left:60px;
	margin-right:87px;
	border-bottom:1px solid #999;
}
ol.apply-step {
	display:inline-block;
}
ol.apply-step li {
	position:relative;
	float:left;
	margin:7px 5px;
	width:130px;
}
ol.apply-step li:before {
	position:absolute;
	top:50px;
	border-top:1px solid #ccc;
	content:'';
}
ol.apply-step li span {
	display:block;
	max-width:100%;
	color:#808080;
}
ol.apply-step li span strong {
	margin:0;
	font-size:17px;
	line-height:27px;
	width:32px;
	height:32px;
	text-align:center;
	display:inline-block;
	border-radius:50px;
	background-color:#fff;
	border: 1px solid #DBDBDB;
	color:#000;
}
ol.apply-step li span small {
	display:block;
	margin:10px 0 0 0;
	padding:0;
	font-size:13px;
	font-weight:500;
}
ol.apply-step li.done span {
	color:#777;
	font-weight:700;
}
ol.apply-step li.done strong {
	background-color:#777;
	color:#fff;
}
ol.apply-step li.active span {
	color:#005953;
	font-weight:700;
}
ol.apply-step li.active strong {
	background-color:#005953;
	color:#fff;
	border: 1px solid #005953;
}
@media (max-width: 992px) {
	ol.apply-step li span strong {
		font-size:15px;
		line-height:24px;
		width:27px;
		height:27px;
		color:#000;
	}
	.step-bg .line {
		width:calc(100% - 30px);
		margin-left:22px;
		top:19px;
	}
	ol.apply-step li {
		width:30px;
	}
	ol.apply-step li span small {
		display:none;
	}
}
.img-opentype {
	height:30px;
}

.info-box {
	--box-radius: 10px;
	position: relative;
	padding: 20px 20px 5px 20px;
	border-radius: var(--box-radius);
	border: 1px solid #ddd;
	background: #fff 40px 50% no-repeat;
	background-size: 90px 90px;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
	margin-bottom: 20px;
}
.info-box ul.list-rect li:last-child {
	margin-bottom:0;
}
.info-box.bg {
	border-color: transparent;
	background-color: #f2f8f4
}
.info-box .name {
	margin:0;
}
.info-box .num {
	display:block;
	text-align:center;
	font-size:39px;
	font-weight:700;
	line-height:1.2;
}
.info-box .num small {
	font-size:1px;
	font-weight:500;
}
.info-box figure.my {
	width:45px;
	height:45px;
	border-radius:50%;
	display:inline-block;
	margin:10px auto;
	background-color:#e2f0e4;
	padding-top:3px;
}
.info-box figure.my .bi {
	font-size:24px;
	color:#2d8c49;
}
a.block {
	display:block;
	width:100%;
}
  /* 리스트 */
  .list-wrap {
    width: 100%;
    background: #fff;
    overflow: hidden;
  }

/* 헤더 */
.list-header {
	display: flex;
	font-weight: 600;
	padding: 10px 10px;
	border-bottom: 1px solid #dee2e6;
	border-top: 2px solid #005953 !important;
	background-color:#f7f7f7;
}

.list-header div {
	flex: 1;
text-align: center;
border-right: 1px solid #dee2e6;
}
.list-header div:last-child {
border-right: 0px solid #dee2e6;
}
.list-header div:nth-child(3) {
	flex: 3;
	text-align: center;
}
/* 행 */
.list-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.list-row:last-child {
}

.list-row div {
	flex: 1;
	text-align: center;
	font-size: 15px;
	color: #333;
}

.list-row div.course {
	flex: 3;
	text-align: left;
}

.list-row div.course a {
	color: #333;
	text-decoration: none;
}

.list-row div.course a:hover {
	color: #006633;
	text-decoration: underline;
}

.list-row .status {
	display: inline-block;
	background: #fcb933;
	color: #fff;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: 13px;
}

.list-row .status.gray {
	background: #999;
}

.list-header div:nth-child(1),
.list-row div:nth-child(1) {
  flex: 0 0 9%;
}

/* 반응형 - 모바일 카드형 */
@media (max-width: 992px) {
	.list-header {
		display: none;
	}

	.list-row {
		display: block;
		border: 1px solid #ddd;
		border-radius: 10px;
		margin-bottom: 12px;
		background: #fff;
		padding: 10px 12px;
	}

	.list-row div {
		text-align: left;
		padding: 4px 0;
		font-size: 13px;
	}

	.list-row div::before {
		content: attr(data-label);
		font-weight: 600;
		color: #006633;
		margin-right: 6px;
	}

	.list-row div.course {
		font-weight: 600;
		color: #222;
		margin-bottom: 6px;
	}

	.list-row div.course::before {
		content: "과정명: ";
		color: #006633;
	}
}

.board-wrap {
	width: 100%;
	background: #fff;
	overflow: hidden;
}

/* 상단 헤더 */
.board-header {
	display: flex;
	font-weight: 600;
	padding: 10px 10px;
	border-bottom: 1px solid #dee2e6;
	border-top: 2px solid #005953 !important;
	background-color:#f7f7f7;
}

.board-header div {
	flex: 1;
	text-align: center;
}
.board-header .title {
	flex: 5;
	text-align: center;
	padding-left: 10px;
}
.normal .board-header div:nth-child(1) {
	flex: 2;
}
.normal .board-header div:nth-child(2) {
	flex: 1;
	text-align: center;
	padding-left: 10px;
}
/* 게시글 행 */
.board-row {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.board-row:last-child {
}

.board-row div {
	flex: 1;
	text-align: center;
	font-size: 15px;
	color: #333;
}
.normal .board-row div:nth-child(1) {
	flex: 2;
}
.board-row .title {
	flex: 5;
	text-align: left;
	display: flex;
	align-items: center;
}

.board-row .title a {
	color: #333;
	text-decoration: none;
}

.board-row .title a:hover {
	color: #006633;
	text-decoration: underline;
}

.lock {
	margin-left: 5px;
	font-size: 14px;
	color: #555;
}

.status {
	color: #a45b00;
	font-weight: 600;
}
.board-header div:nth-child(1),
.board-row div:nth-child(1) {
  flex: 0 0 9%;
}
/* 반응형 - 모바일 카드형 */
@media (max-width: 768px) {
	.board-header {
		display: none;
	}

	.board-row {
		display: block;
		border: 1px solid #ddd;
		border-radius: 10px;
		margin-bottom: 12px;
		background: #fff;
		padding: 10px 12px;
	}

	.board-row div {
		text-align: left;
		padding: 4px 0;
		font-size: 13px;
	}

	.board-row div::before {
		content: attr(data-label);
		font-weight: 600;
		color: #006633;
		margin-right: 6px;
	}

	.board-row .title {
		display: block;
		font-weight: 600;
		color: #222;
		margin-bottom: 8px;
	}

	.board-row .title::before {
		content: "제목: ";
		color: #006633;
		font-weight: 600;
		margin-right: 4px;
	}
}

/*Toggle*/
.toggle-content {
	clear:both;
	position:relative;
	margin:0 auto 0 auto;
	z-index:0;
	display: none;
}
.toggle-content.expanded {
	display:block;
  transition: right 0.4s ease-in-out 0s;
  -webkit-transition: right 0.4s ease-in-out 0s;
  -moz-transition: right 0.4s ease-in-out 0s;
  -o-transition: right 0.4s ease-in-out 0s;
}
.togglewrap {
	text-align:center;
	position:relative;
	z-index:9;
	margin:0 auto 10px auto;
}
.toggle-btn {
	position:absolute;
	bottom:0px;
	right:10px;
	display:inline-block;
}
.toggle-btn:before {
	content:"상세검색 ▼";
}
.toggle-btn.active:before {
	content:"접기 ▲";
}
.card-thumb {
	border:1px solid #ddd;
	border-radius:8px;
	padding:0;
	min-height:298px;
}
.card-thumb img {
	border-top-left-radius:7px;
	border-top-right-radius:7px;
}
.card-thumb .dl-horizontal-round {
	margin-left:10px;
	margin-right:5px;
}
.card-news {
	display: inline-block;
	padding:0;
	overflow:hidden

}
.card-news img {
	border-radius:0;
 transition: transform 0.4s ease-in-out;
}
.card-news:hover img {
  transform: scale(1.1);
}
.card-news h6 {
	text-align:center;
	margin-bottom:30px;
}
.dl-horizontal-round dt {
	float: left;
	width:90px;
	border-radius:50px;
	border:0px solid #b3c1c8;
	padding:3px 7px;
	overflow: hidden;
	font-size:13px;
	clear: left;
	font-weight:400;
	line-height:16px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-height:20px;
}
.dl-horizontal-round dd {
	border:1px solid #fff;
	margin-left: 90px;
	font-size:14px;
	font-weight:700;
	margin-bottom:3px;
	line-height:20px;
	min-height:20px;
}
@media (max-width: 992px) {
	.dl-horizontal-round dt {
		float: left;
		width: 75px;
		border-radius:50px;
		border:1px solid #b3c1c8;
		padding:2px 3px;
		overflow: hidden;
		font-size:11px;
		clear: left;
		line-height:15px;
		text-align: center;
		text-overflow: ellipsis;
		white-space: nowrap;
		min-height:21px;
	}
	.dl-horizontal-round dd {
		border:1px solid #fff;
		margin-left: 85px;
		font-size:12px;
		margin-bottom:7px;
		line-height:17px;
		min-height:21px;
	}
}
.steps {
	display:inline-block;
	clear:both;
  overflow: hidden;
	color:#555;
	padding:30px 0;
	margin:0 auto;
}
.steps li {
  position: relative;
	display: table-cell;
	width: 1%;
  list-style-type: none;
  padding: 0px 20px 0px 20px;
	text-align:center;
}
.steps a {
	margin:0;
  position: relative;
	display: block;
  text-decoration: none;
	cursor: default;
	padding:25px 0 0 0;
	width:130px;
	height:130px;
	border-radius:50%;
	background-color: #f5f5f5;
	font-size:17px;
	line-height:1.1;
}
.steps a.active {
	background-color: #fb761f;
	color:#fff;
}
.steps strong {
  display: block;
  font-weight: 700;
	padding:5px 0 0 0px;
	letter-spacing:-1px;
	text-align:center;
	font-size:17px;
}
.steps span {
	font-size:23px;
	font-weight:700;
	line-height: 1.5;
	display: block;
}
.steps figure {
  display: inline-block;
	text-align:center;
	clear:both;
	margin:0 auto;
}
.steps figure .bi {
		margin:20px auto 10px auto;
		font-size:37px;
}
.steps li::after {
  z-index: 1;
  font-family: "bootstrap-icons";
  position: absolute;
  top: 40px;
  right: -23px;
  display: block;
  width:20px;
  height:20px;
	font-size:37px;
  content: "\f285";
	margin-right:20px;
	color:#cccccc;
}
.steps li:last-child::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0px;
  display: block;
  border-left: 0px solid #f5f6f8;
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
	content: none;
}
@media (max-width: 1200px) {
	.steps a {
		padding:15px 0 0 0;
		width:90px;
		height:90px;
	}
	.steps strong {
		font-size:14px;
		line-height: 1;
	}
	.steps span {
		font-size:17px;
		line-height: 1.2;
	}
	.steps small {
		font-size:12px;
		line-height: 1;
	}
	.steps li::after {
		top: 20px;
		right: -23px;
		display: block;
		width:20px;
		height:20px;
		font-size:30px;
		content: "\f285";
		margin-right:20px;
		color:#cccccc;
	}
}
@media (max-width: 767px) {
	.steps {
		padding-top:20px;
		margin:0 auto;
	}
	.steps a {
		margin-bottom:40px;
		padding:10px;
		width:110px;
		height:110px;
		display:inline-block;
	}
	.steps li {
		display: block;
		width: 100%;
		padding: 0px 20px;
		position: relative;
	}
	.steps span {
		margin-top:10px;
	}
	.steps strong {
		font-size:12px;
		padding:5px 0 0 0px;
	}
	.steps small {
		font-size:11px;
	}
	.steps figure {
		padding-top:10px;
	}
	.steps figure img {
		width:50px;
		margin:0px auto 0px auto;
	}
	.steps li::after {
		z-index: 1;
		font-family: "bootstrap-icons";
		position: absolute;
		top:auto;
		bottom:20px;
		right: 50%;
		margin-right:-10px;
		display: block;
		width:20px;
		height:20px;
		font-size:27px;
		content: "\f282";
	}
	.steps.lg li::after {
		z-index: 1;
		font-family: "bootstrap-icons";
		position: absolute;
		top:auto;
		bottom:-19px;
		right: 50%;
		margin-right:-10px;
		display: block;
		width:20px;
		height:20px;
		font-size:27px;
		content: "\f282";
		color:#01a69f;
	}
}
.section .faq .card {
    box-shadow: 0px 0px 0 #bfc9da;
}
.faq {
	margin-top:0px;
	margin-bottom:50px;
}
.faq .card {
  border:0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0rem;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	min-height: auto;
	margin-bottom: 0px;

}
.faq .card:first-child {
	border-top:2px solid #005953;
}
.faq .card-header {
  padding: 0;
	border:0px;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);

}
.faq .card-header button {
	display:block;
	width:100%;
	padding: 0.7rem 1.7rem;
	text-align:left;
	font-size:15px;
	font-weight:300;
}
.faq .card-body {
  padding: 30px 1.75rem 30px 1.75rem;
	font-size:16px;
	line-height:170%;
	text-align:left;
	box-shadow:0;
}

.accordion.faq {
	box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.accordion.faq .card-header .btn {
	text-decoration:none;
	border-radius:0;
  color: #373737;
	font-size:16px;
	font-weight:300;

}
.accordion.faq .card-header.lg .btn {
	font-size:19px !important;
	font-weight:700 !important;
}
.accordion.faq .card-header .btn:not(.collapsed) {
  color: #373737;
  background-color: #fff;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.1);
	font-weight:300;
	box-shadow: 0 3px 5px rgba(0,0,0,.1);
}
@media (max-width: 992px) {
	.faq {
		margin-left:-10px;
		margin-right:-10px;
		margin-top:20px;
	}
	.faq .card-header button {
		padding: 0.55rem 1.75rem 0.55rem 12px;
		text-align:left;
		font-size:13px;
	}
	.faq .card-body {
		padding: 20px 12px 1rem 12px;
		font-size:13px;
		line-height:150%;
	}
	.accordion.faq .card-header .btn {
		font-size:14px !important;
		font-weight:300;
	}
	.accordion.faq .card-header .btn:not(.collapsed) {
		font-weight:300;
	}
	.accordion.faq .card-header.lg .btn {
		font-size:14px !important;
	}
}
@media (max-width: 397px) {
	.faq .card-body {
		font-size:13px;
	}
}
.accordion.faq .card-header .btn:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.accordion.faq .card-header .btn:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.accordion.faq .card-header .btn:after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  float: right;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 992px) {
	.accordion.faq .card-header .btn:after {
		position:absolute;
		right:7px;
		top:10px;
	}
}
.faq-q {
	color:#2e8d4a !important;
	display:inline-block;
	margin-right:7px;
	font-weight:700;
}
.txt-list {
	text-align:left;
	margin-top:10px;
}
.txt-list > li,
.txt-list:not(ol):not(ul) {
	position:relative;
	font-size:16px;
	margin-top:7px;
	padding-left:17px;
	line-height:1.3;
}
@media (max-width: 992px) {
	.txt-list > li,
	.txt-list:not(ol):not(ul) {
		position:relative;
		font-size:13px;
		margin-top:5px;
		padding-left:15px;
		line-height:1.3;
	}
}
.txt-list > li:first-child {
	margin-top:0 !important;
}
.txt-list > li::before,
.txt-list:not(ol):not(ul)::before {
	position:absolute;
}
.txt-list.disc > li::before, .txt-list.disc:not(ol):not(ul)::before {
	content:'';
	top:10px;
	left:3px;
	width:4px;
	height:4px;
	border-radius:100%;
	background-color:#74757E;
}
.txt-list.disc-primary > li::before, .txt-list.disc-primary:not(ol):not(ul)::before {
	content:'';
	top:9px;
	left:3px;
	width:3px;
	height:3px;
	border-radius:50px;
	background-color:#e6007e;
}
@media (max-width: 992px) {
	.txt-list.disc > li::before, .txt-list.disc:not(ol):not(ul)::before {
		top:6px;
		left:4px;
		width:4px;
		height:4px;
	}
}

.historywrap {
	height:500px;
}
.history {
	overflow:hidden;
}
.history dl {
	margin:0;
	overflow:hidden;
	padding:5px 0 0px 50px;
	background:url(../img/svg/bg_history.svg) no-repeat top left ;
}
.history dl dt {
	text-align:left;
	font-weight:800;
	font-size:27px;
	color:#54b848;
	display:inline-block;
	overflow:auto;
	letter-spacing:-1px;
	margin-top:-15px;
}
.history dl dd {
	margin-bottom:30px;
}
.history li {
	overflow:hidden;
	margin:0 0 10px 0;
}
.history small {
	display:block;
	font-weight:700;
	font-size:17px;
	margin-bottom:5px;
	color:#3a8633;
}
.history li.date {
	width:70px;
	display:block;
	float:left;
	font-weight:700;
}
.history ul {
	float:left;
	overflow:hidden;
	padding:0 0 15px 0;
}
@media (max-width: 992px) {
	.history dl {
		margin:0;
		overflow:hidden;
		padding:5px 0 0px 40px;
	}
	.history dl dt {
		font-size:21px;
		margin-top:-10px;
	}
	.history small {
		font-size:15px;
	}
	.history li.date {
		width:60px;
	}
}

:root {
	--color-blue: #4fa5b7;
	--color-gold: #b3995d;
	--color-green: #5e8e3e;
	--color-gray: #666;
	--color-bg: #f8f8f8;

	--font-title: 27px;
	--font-subtitle: 20px;
	--font-normal: 16px;
}

  .vision {
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px;
  }

  /* Vision / Goal Box */
  .vision__row {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }

  .vision__label {
    width: 150px;
    min-width: 120px;
    background: var(--color-blue);
    padding: 16px;
    color: #fff;
    font-size: var(--font-subtitle);
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vision__label--goal {
    background: var(--color-gold);
  }

  .vision__content {
    flex: 1;
    padding: 16px;
    background: #fff;
    font-size: var(--font-subtitle);
    font-weight: 600;
    border: 2px solid #bddce0;
  }
  .vision__content.brown {
    border: 2px solid #ddcdaf;
	}

	.vision__human {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
    flex-wrap: wrap;
  }

  .vision__human-item {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 7px solid #8fb48f;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-subtitle);
    font-weight: 700;
  }

  .vision__focus-title {
		position: relative;
		max-width:600px;
		width:100%;
		height: 130px;
		vertical-align:bottom;
    text-align: center;
    font-size: var(--font-title);
    font-weight: 700;
    margin: 0px auto 20px auto;
    color: #005953;
		background-image: url("../img/arrow_bg.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
  }
  .vision__focus-title span {
	 margin-bottom:10px;
	}
  .vision__focus-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .vision__focus-box {
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
  }

  .vision__focus-title-small {
    font-size: var(--font-subtitle);
    font-weight: 700;
    margin-bottom: 10px;
    color: #0592af;
  }

  .vision__focus-list {
    margin: 0;
    padding-left: 18px;
    font-size: var(--font-normal);
    line-height: 1.6;
  }

  @media (max-width: 768px) {
    .vision__label {
      width: 100%;
      border-radius: 4px 4px 0 0;
    }

    .vision__content {
      width: 100%;
      border-radius: 0 0 4px 4px;
    }
 	 .vision__focus-title {
			height:100px;
	 }
    .vision__human-item {
      width: 130px;
      height: 130px;
      font-size: 18px;
    }
  }


	  .org-chart {
    max-width: 1100px;
    margin: 0 auto;
  }

  .hex {
    width: 180px;
    border-radius:10px;
    background: #006700;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
    font-size: 21px;
    font-weight: 700;
    margin:0 auto;
  }

  .line-vertical {
    width: 2px;
    height: 40px;
    background: #b7b7b7;
    margin: 0 auto;
  }

  .line-horizontal {
    width: 100%;
    max-width: 660px;
    height: 2px;
    background: #b7b7b7;
    margin: 0 auto;
  }

  .line-vertical-group {
    display: flex;
    justify-content: space-between;
    max-width: 662px;
    margin: 0 auto 0px;
  }

  .line-vertical-small {
    width: 2px;
    height: 28px;
    background: #b7b7b7;
  }

  .dept-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 860px;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 10px;
  }

  .dept {
    width: 180px;
    border-radius:10px;
		border: 1px solid #707070;
    background: #eff3f8;
    color: #00534c;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
  }

  /* 반응형 */
  @media (max-width: 1200px) {
		.hex {
			max-width: 170px;
			width:100%;
			padding: 15px;
			font-size: 19px;
			font-weight: 700;
		}
		.line-horizontal {
			max-width: 500px;
		}
		.line-vertical-group {
			max-width: 500px;
		}
		.dept {
			width: 150px;
			font-size: 15px;
		}
  }

  @media (max-width: 767px) {
    .line-horizontal,
    .line-vertical-group,
    .dept-wrap {
      max-width: 300px;
    }
		.dept {
			font-size: 15px;
			margin:0 auto;
		}
		.line-horizontal,
		.line-vertical-group {
			display:none;
		}
	}
	.img-radius {
		border-radius:15px;
	}
	.noti-box {
	--box-radius: 10px;
	position: relative;
	padding: 30px 10px 30px 10px;
	border-radius: var(--box-radius);
	border: 1px solid #ddd;
	background: #fff 40px 50% no-repeat;
	background-size: 90px 90px;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
	margin-top: 15px;
}
.noti-box figure .bi {
	font-size:70px;
	font-weight: 700;
	color:#ff812d !important;
}
.noti-logo img {
	height: 23px;
	margin-top: 130px;
}

/* Main Pop */
.layer-pop {
	width:490px;
	clear:both;
	top:0;
	left:0;
	position:absolute;
	z-index:99999;
	background-color:#fff;
	border:1px solid #909fb0;
	-webkit-box-shadow: 0	3px 5px rgba(0, 0, 0, .2);
	box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
	-webkit-overflow-scrolling: touch;
	-webkit-transition: 	-webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	border-radius:0px;
}
@media (max-width: 767px) {
	.layer-pop {
		width:auto;
	}
}
.layer-pop ul.list li {
	font-size:13px;
}
.layer-pop h4 {
	padding:12px 15px !important;
	text-align:left;
	margin:0 !important;
	font-size:16px;
	letter-spacing:-1px;
	border-bottom:1px solid #c9d0d6;
	font-weight:700;
	margin-top:5px;
	margin-bottom:5px;
	background:url(none) !important;
}
.layer-pop h3 {
	font-size:18px;
	letter-spacing:-1px;
	margin-top:10px;
}
.layer-pop-body {
	padding:5px 15px;
	font-size:13px;
	line-height:150%;
	min-height:290px;
}
.layer-pop-body-img {
	padding:5px !important;
}
.layer-pop-footer {
	clear:both;
	border-top:1px solid #ddd;
	padding:12px 10px;
	text-align:center;
	background-color:#fff;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	font-size:13px;
}
.layer-pop-footer .control-indicator {
	top:2px;
}
.layer-pop .close {
	position:absolute;
	top:5px;
	right:10px;
	font-size:28px;
	color:#333;
	font-weight:400;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.popclose {
	position:absolute;
	top:10px;
	right:10px;
	padding:5px;
	font-size:28px;
	color:#333;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index:3333;
}
.pop1 {
	top: 160px;
	left: 10px;
}
.pop2 {
	top: 160px;
	left: 510px;
}
@media (max-width: 992px) {
	.layer-pop {
		width:96%;
		width: calc(100% - 20px);
	}
	.pop1 {
		top: 72px;
		left: 10px;
	}
	.pop2 {
		top: 690px;
		left: 10px;
	}
	.layer-pop h3 {
		font-size:17px;
	}
	.layer-pop-body-img img {
		width:100%;
	}
}
