@import url("https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext");

a {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

p {
	color: #555;
	font-weight: 300;
}

table p {
	color: #000;
}

a,
a:hover {
	text-decoration: none !important;
	color: #000;
}
.readmore {
	background-color: rgba(255, 255, 255, 0);
	color: #5e5e5e;
}
.readmore:hover {
	opacity: 100%;
	font-weight: bold;
}

.webdetail_innertext > * {
	color: #000;
}
#yst-floating-buttons {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#ystsnsnews tbody > tr {
	min-height: 100px;
}
.yst_datatable_wraps {
	width: 100%;
}
.hamburger-ico {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.site-menu-toggle {
	caret-color: transparent;
}
.hamburger-ico .line {
	display: block;
	width: 20px;
	height: 1px;
	margin: 7px auto;
	background-color: #fff;
	border-radius: 20px;
	transition: all 0.3s ease;
}

.floating-btn {
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0);
	color: #5e5e5e;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	opacity: 40%;
	clear: right;
	float: right;
	font-size: small;
	font-weight: bold;
}

.floating-btn:hover {
	opacity: 100%;
}

.contact-wrap {
	-webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
}
.contact-wrap .col-form-label {
	display: block;
	font-size: 14px;
	color: #b3b3b3;
	margin: 0 0 10px 0;
	display: inline-block;
	float: left;
	padding: 0;
}
.contact-wrap .form,
.contact-wrap .contact-info {
	padding: 40px;
}
.contact-wrap .contact-info {
	color: rgba(255, 255, 255, 0.5);
}
.contact-wrap .contact-info ul li {
	margin-bottom: 15px;
	color: rgba(255, 255, 255, 0.5);
}
.contact-wrap .contact-info ul li .wrap-icon {
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
}
.contact-wrap .form {
	background: #fff;
}
.contact-wrap .form h3 {
	color: #000;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.contact-wrap .contact-info {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.contact-wrap .contact-info a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
@media (max-width: 1199.98px) {
	.contact-wrap .contact-info {
		height: 400px !important;
	}
}
.contact-wrap .contact-info h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 30px;
}

label.error {
	font-size: 12px;
	color: red;
}

#message {
	resize: vertical;
}

#form-message-warning,
#form-message-success {
	display: none;
}

#form-message-warning {
	color: #b90b0b;
}

#form-message-success {
	color: #55a44e;
	font-size: 18px;
	font-weight: bold;
}

.submitting {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: none;
	font-weight: bold;
	font-size: 12px;
	color: #000;
}

.site-navbar {
	margin-bottom: 0px;
	background: #333;
	width: 100%;
}

.site-navbar .site-logo {
	font-weight: 200;
	line-height: 0;
	position: relative;
}

.site-navbar .site-logo a {
	font-weight: 200;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
	font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
	padding: 20px 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
	text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a.active {
	color: #fff;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
	color: #fff;
}

.site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
	padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
	position: relative;
	padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	position: absolute;
	text-align: left;
	-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
	padding: 0px 0;
	margin-top: 20px;
	margin-left: 0px;
	background: #fff;
	-webkit-transition: 0.2s 0s;
	-o-transition: 0.2s 0s;
	transition: 0.2s 0s;
	border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
	color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	padding: 9px 20px;
	display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
	content: "\e315";
	right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	left: 100%;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
	color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
	color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	margin-top: 0px;
	visibility: visible;
	opacity: 1;
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 1040;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s all ease-in-out;
	-o-transition: 0.3s all ease-in-out;
	transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
	color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
	color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
	padding-left: 20px;
	font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	padding-left: 40px;
	font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 16px;
	padding-left: 60px;
}

.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
	margin-top: 96px;
}

.sticky-wrapper .site-navbar {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
	color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
	background-color: rgba(0, 0, 0, 0.7);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
	padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
	padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
	padding: 10px 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
	color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
	color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
	color: #fff;
}

.top-menu-navbar {
	margin-bottom: 15vh;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 1px solid #e3e7ee;
	background-color: #fff;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
	.formbold-main-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
	.formbold-main-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 20px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
	.formbold-main-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 30px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
	.formbold-main-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 48px;
	}
}
@media (min-width: 1920px) {
	.container {
		max-width: 1420px;
	}

	.formbold-main-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 48px;
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

/*** Section Title Start ***/
.section-title {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	color: #13357b;
	text-align: center !important;
	line-height: 1.2;
	font-weight: 1000;
}

.notices_detail p {
	color: black;
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity 0.5s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

/*** Spinner End ***/

.formbold-form-custom-wrapper p {
	color: #000;
	font-weight: 300;
}

.formbold-form-wrapper {
	margin: 0 auto;
	max-width: 550px;
	width: 100%;
	background: white;
	border: 1px solid;
	padding: 10px 30px;
}

.formbold-form-custom-wrapper {
	margin: 0 auto;
	width: 100%;
	background: white;
	padding: 10px 30px;
}

.formbold-input-flex {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
}

.formbold-input-flex > div {
	margin-top: 30px;
	width: 50%;
	display: flex;
	flex-direction: column-reverse;
}

.formbold-input-check {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
	flex-direction: row;
	margin-top: 20px;
}

.formbold-textarea {
	margin-top: 30px;
	display: flex;
	flex-direction: column-reverse;
}

.form-comment {
	min-height: 300px;
}

.formbold-input-custom-flex {
	display: flex;
	gap: 20px;
	margin-bottom: 22px;
}

.formbold-input-custom-flex > div {
	margin-top: 30px;
	display: flex;
	flex-direction: column-reverse;
}

.formbold-mb-3 {
	margin-top: 30px;
}

.formbold-form-input {
	width: 100%;
	padding-bottom: 5px;
	border: none;
	border-bottom: 1px solid #dde3ec;
	background: #ffffff;
	font-weight: 500;
	font-size: 16px;
	color: #07074d;
	outline: none;
	resize: none;
}

.formbold-form-input::placeholder {
	color: #536387;
}

.formbold-form-input:focus {
	border-color: #6a64f1;
}

.formbold-form-label {
	color: #07074d;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	display: block;
	margin-bottom: 18px;
	font-weight: bold;
}

.formbold-form-input:focus + .formbold-form-label {
	color: #6a64f1;
}

.formbold-input-file {
	margin-top: 30px;
}

.formbold-input-file .formbold-input-label {
	display: flex;
	align-items: center;
	gap: 10px;
	position: relative;
}

.formbold-filename-wrapper {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 22px;
}

.formbold-filename {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	line-height: 24px;
	color: #536387;
}

.formbold-filename svg {
	cursor: pointer;
}

.formbold-btn {
	font-size: 16px;
	border-radius: 5px;
	padding: 12px 25px;
	border: none;
	font-weight: 500;
	background-color: #6a64f1;
	color: white;
	cursor: pointer;
	margin-top: 25px;
}

.formbold-btn:hover {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

table caption {
	padding: 0.5em 0;
}

table.dataTable th,
table.dataTable td {
	white-space: nowrap;
	vertical-align: middle;
}

.priadmin {
	display: flex;
	justify-content: flex-end;
	margin: 15px 15px;
}

.inner-table {
	width: 80%;
	margin: 0 auto;
	/* 내부 테이블을 수평으로 가운데 정렬합니다. */
	border-collapse: collapse;
}

.page-btn {
	font-size: 14px;
	border-radius: 3px;
	padding: 5px 15px;
	border: none;
	font-weight: 500;
	background-color: #6a64f1;
	color: white;
	cursor: pointer;
}

.page-btn:hover {
	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.modal-custom-dialog {
	max-width: 80%;
	margin: 1.75rem auto;
}

.modal-custom-dialog-scrollable {
	max-height: calc(100% - 3.5rem);
}

.modal-custom-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: 0.3rem;
	border-top-right-radius: 0.3rem;
}

td.details-control {
	background: url("http://datatables.net/examples/resources/details_open.png") no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url("http://datatables.net/examples/resources/details_close.png") no-repeat center center;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0;
	border-radius: 0.25rem;
	color: #000;
	text-decoration: none;
}

.card > hr {
	margin-right: 0;
	margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;
	color: #000;
	text-decoration: none;
}
.card-comment,
.card-comment > p {
	color: #5e5e5e;
	margin-top: 0.75rem;
	text-decoration: none;
}

.card-title {
	margin-bottom: 0.75rem;
}

.card-subtitle {
	margin-top: -0.375rem;
	margin-bottom: 0;
}

.card-text:last-child {
	margin-bottom: 0;
}

.card-link:hover {
	text-decoration: none;
}

.card-link + .card-link {
	margin-left: 1.25rem;
}

.card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
	border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
	border-top: 0;
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
	margin-right: -0.625rem;
	margin-bottom: -0.75rem;
	margin-left: -0.625rem;
	border-bottom: 0;
}

.card-header-pills {
	margin-right: -0.625rem;
	margin-left: -0.625rem;
}

.card-img-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1.25rem;
}

.card-img {
	width: 100%;
	border-radius: calc(0.25rem - 1px);
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
	width: 100%;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-deck .card {
	margin-bottom: 15px;
}
.fixed-preview-box {
	height: 300px;
	width: 400px;
}
.intro_icon {
	max-height: 5rem;
	max-width: 5rem;
}
@media (min-width: 576px) {
	.card-deck {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.card-deck .card {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-right: 15px;
		margin-bottom: 0;
		margin-left: 15px;
	}
}
.section-subtitle {
	font-size: 20px;
	color: #1c3465;
	background: #fff;
	margin-bottom: 15px;
	padding-left: 6px;
	border-left: 5px solid;
	line-height: 1;
	text-align: start;
}

.card-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.card-group > .card {
	margin-bottom: 15px;
}
.ci-card {
	width: 30%;
	max-width: 410px;
	min-height: 217px;
	margin-top: 0.8rem;
	margin: 1rem;
	background-color: #fff;
	padding: 2% 2%;
}
.ci-card:hover {
	padding: calc(2% + 1px) calc(2% + 1px);
}

.ci-card-img-wrap {
	justify-self: center;
	height: 60px;
	word-break: break-all;
}
.ci-card-img-wrap > img {
	padding: 2% 1rem;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.ci-card-img-top {
	max-width: 100%;
	min-height: 6rem;
	overflow: hidden;
	object-fit: contain;
}

.ci-card-img-top:hover {
	padding: 1px;
}
.ci-card-group {
	min-height: 80px;
}

.ci-card-img-top > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}
.ci-card > p {
	display: block;
	color: #808080;
	font-size: 0.8rem;
	line-height: 180%;
	margin: 0;
	padding: 3% 3%;
	text-align: start;
}

@media (min-width: 576px) {
	.card-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}

	.card-group > .card {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%;
		margin-bottom: 0;
	}

	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}

	.card-group > .card:not(:last-child) {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.card-group > .card:not(:last-child) .card-img-top,
	.card-group > .card:not(:last-child) .card-header {
		border-top-right-radius: 0;
	}

	.card-group > .card:not(:last-child) .card-img-bottom,
	.card-group > .card:not(:last-child) .card-footer {
		border-bottom-right-radius: 0;
	}

	.card-group > .card:not(:first-child) {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}

	.card-group > .card:not(:first-child) .card-img-top,
	.card-group > .card:not(:first-child) .card-header {
		border-top-left-radius: 0;
	}

	.card-group > .card:not(:first-child) .card-img-bottom,
	.card-group > .card:not(:first-child) .card-footer {
		border-bottom-left-radius: 0;
	}
}

.card-columns .card {
	margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 3;
		column-count: 3;
		-webkit-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}

	.card-columns .card {
		display: inline-block;
		width: 100%;
	}
}

.accordion > .card {
	overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
	border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
	border-bottom: 0;
	border-radius: 0;
}

.accordion > .card:first-of-type {
	border-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.accordion > .card .card-header {
	margin-bottom: -1px;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: 1;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	color: rgba(0, 0, 0, 0.1) !important;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
	.owl-carousel .owl-nav .owl-prev,
	.owl-carousel .owl-nav .owl-next {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 20px;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1);
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #ff487e;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -25px;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 275px;
	position: relative;
	display: block;
}
.fixed-image-box {
	overflow: hidden;
	object-fit: cover;
	background-size: cover;
	height: 300px;
	width: 100%;
	display: block;
}

.blog-entry {
	width: 100%;
	background: #fff;
}

.blog-entry .text {
	position: relative;
	border-top: 0;
	border-radius: 2px;
}

.blog-entry .text .heading {
	font-size: 20px;
	margin-bottom: 16px;
	font-weight: 600;
	text-align: center;
}

.blog-entry .text .heading a {
	color: #000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
	color: #ff487e;
}

.blog-entry .text .meta-chat {
	color: #b3b3b3;
}

.blog-entry .text .read {
	color: #000;
	font-size: 14px;
}

.blog-entry .meta-date {
	display: inline-block;
	background: #343a40;
}

.blog-entry .meta-date span {
	display: block;
	color: #fff;
}

.blog-entry .meta-date .day {
	font-weight: 700;
	font-size: 20px;
}

.blog-entry .meta-date .mos,
.blog-entry .meta-date .yr {
	font-size: 13px;
}

.blog-entry .meta > div {
	display: block;
	margin-right: 5px;
	margin-bottom: 0px;
	font-size: 15px;
}

.blog-entry .meta > div a {
	color: #b3b3b3;
	font-size: 13px;
}

.blog-entry .meta > div a:hover {
	color: #cccccc;
}

.blog-entry .meta2 a {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.4);
}

.subHeader {
	height: 330px;
	background-image: url(/images/sub_title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}

	.d-sm-inline {
		display: inline !important;
	}

	.d-sm-inline-block {
		display: inline-block !important;
	}

	.d-sm-block {
		display: block !important;
	}

	.d-sm-table {
		display: table !important;
	}

	.d-sm-table-row {
		display: table-row !important;
	}

	.d-sm-table-cell {
		display: table-cell !important;
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
	.intro_icon {
		max-height: 3rem;
		max-width: 3rem;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}

	.d-md-inline {
		display: inline !important;
	}

	.d-md-inline-block {
		display: inline-block !important;
	}

	.d-md-block {
		display: block !important;
	}

	.d-md-table {
		display: table !important;
	}

	.d-md-table-row {
		display: table-row !important;
	}

	.d-md-table-cell {
		display: table-cell !important;
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}

	.d-lg-inline {
		display: inline !important;
	}

	.d-lg-inline-block {
		display: inline-block !important;
	}

	.d-lg-block {
		display: block !important;
	}

	.d-lg-table {
		display: table !important;
	}

	.d-lg-table-row {
		display: table-row !important;
	}

	.d-lg-table-cell {
		display: table-cell !important;
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}

	.d-xl-inline {
		display: inline !important;
	}

	.d-xl-inline-block {
		display: inline-block !important;
	}

	.d-xl-block {
		display: block !important;
	}

	.d-xl-table {
		display: table !important;
	}

	.d-xl-table-row {
		display: table-row !important;
	}

	.d-xl-table-cell {
		display: table-cell !important;
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}

	.d-print-inline {
		display: inline !important;
	}

	.d-print-inline-block {
		display: inline-block !important;
	}

	.d-print-block {
		display: block !important;
	}

	.d-print-table {
		display: table !important;
	}

	.d-print-table-row {
		display: table-row !important;
	}

	.d-print-table-cell {
		display: table-cell !important;
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.subnavbar {
	margin-top: 30px;
	text-align: left;
	font-size: 1.3rem;
}

.subnavbar > section {
	display: inline-block;
	font-family: sans-serif;
	min-width: 120px;
}

.subnavbar > .active {
	border-bottom: solid 3px #000;
}

.subnavbar > section > a {
	color: black;
	text-decoration: none;
	display: block;
	font: "Noto Sans KR", Sans-serif;
}

@media (max-width: 768px) {
	.subnavbar > section > a {
		color: black;
		text-decoration: none;
		display: block;
		font: "Noto Sans KR", Sans-serif;
		font-size: 0.85rem;
	}
}

.full_w_submenu {
	padding: 0 1000em !important;
	margin: 0 -1000em !important;
}

.separator {
	margin-top: 25px;
	margin-bottom: 80px;
	border: 0;
}

.separator--line {
	border: 0;
	border-bottom: 2px solid #999;
	width: 0;
	-webkit-animation: separator-width 1s ease-out forwards;
	animation: separator-width 1s ease-out forwards;
}

@-webkit-keyframes separator-width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

@keyframes separator-width {
	0% {
		width: 0;
	}

	100% {
		width: 100%;
	}
}

.separator--dots {
	overflow: visible;
	border: 0;
	content: "";
	background-color: #bada55;
	display: block;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	position: relative;
}

.separator--dots:before {
	content: "";
	background-color: #bada55;
	display: block;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	position: absolute;
	left: -32px;
	-webkit-animation: dot-move-left 1s ease-out forwards;
	animation: dot-move-left 1s ease-out forwards;
}

.separator--dots:after {
	content: "";
	background-color: #bada55;
	display: block;
	height: 7px;
	width: 7px;
	border-radius: 50%;
	position: absolute;
	left: 32px;
	-webkit-animation: dot-move-right 1s ease-out forwards;
	animation: dot-move-right 1s ease-out forwards;
}

@-webkit-keyframes dot-move-right {
	0% {
		left: 0;
	}

	100% {
		left: 32px;
	}
}

@keyframes dot-move-right {
	0% {
		left: 0;
	}

	100% {
		left: 32px;
	}
}

@-webkit-keyframes dot-move-left {
	0% {
		left: 0;
	}

	100% {
		left: -32px;
	}
}

@keyframes dot-move-left {
	0% {
		left: 0;
	}

	100% {
		left: -32px;
	}
}

.separator--dotter {
	border: 0;
	border-bottom: 5px dotted #999;
	width: 0;
	-webkit-animation: separator-width 1.5s ease-out forwards;
	animation: separator-width 1.5s ease-out forwards;
}

.section-custom-title {
	text-decoration: none;
	color: #000;
	text-align: center;
}
.section-custom-title:hover {
	background-color: #eee;
}
.address {
	text-align: left;
}
.text_area,
.text_area p {
	text-decoration: none;
	color: #000;
}

.image_overlap {
	position: relative;
}
.image_overlap p {
	position: absolute;
	top: 50px;
	left: 10%;
}

.custom-header {
	background-color: #222;
	position: relative;
	overflow: hidden;
	padding-top: 80px;
}

.custom-header > .image-overlay {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
}

.custom-header > .image-overlay > .background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.3;
	z-index: 0;
}

.top-left-text {
	position: absolute;
	left: 4rem;
	z-index: 1;
	color: white;
	text-align: left;
	max-width: 90%;
	top: 4rem;
}

.top-left-text > .title {
	font-size: 3rem;
	font-weight: bold;
	color: white;
}

.top-left-text > .subtitle {
	font-size: 2rem;
	font-weight: bold;
	color: chartreuse;
	margin-top: 1rem;
}

.bottom-left-text {
	position: absolute;
	left: 4rem;
	z-index: 1;
	color: white;
	text-align: left;
	max-width: 90%;
	bottom: 4rem;
}
.bottom-left-text p {
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 0.5rem;
}
.overview_title {
	font-size: 1.75rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5rem;
}
.overview_note {
	font-size: 1.3rem;
	font-weight: 300;
	color: #000;
	margin-bottom: 1rem;
}
.key_title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
	.top-left-text {
		position: absolute;
		left: 2rem;
		max-width: 95%;
		top: 0.5rem;
	}
	.intro_icon {
		max-height: 3rem;
		max-width: 3rem;
	}

	.top-left-text > .title {
		font-size: 1.5rem;
		font-weight: bold;
		color: white;
	}
	.custom-header {
		padding-top: 8rem;
	}
	.top-left-text > .subtitle {
		font-size: 1rem;
		font-weight: bold;
		color: chartreuse;
		margin-top: 1rem;
	}

	.bottom-left-text {
		position: absolute;
		left: 2rem;
		z-index: 1;
		color: white;
		text-align: left;
		max-width: 95%;
		bottom: 1rem;
	}

	.bottom-left-text p {
		font-size: 0.8rem;
		font-weight: 300;
		text-decoration: underline;
	}

	.container p {
		font-size: 0.8rem;
	}

	.section > .container {
		font-size: 0.9rem;
	}

	.overview_title {
		font-size: 1.2rem;
		font-weight: bold;
		color: #000;
		margin-bottom: 0.3rem;
	}
	.overview_note {
		font-size: 0.9rem;
		font-weight: 300;
		color: #000;
		margin-bottom: 0.5rem;
	}
	.key_title {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 0.3rem;
	}
}
