@charset "utf-8";

@import url("/Bootstrap-icons-1.11.3/font/bootstrap-icons.min.css");
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-break: keep-all;
}
html,
body {
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
}

textarea,
input[type="tel"],
input[type="number"],
input[type="email"],
input[type*="date"],
input[type="text"],
input[type="password"],
input[type="search"] {
    width:100%; height:48px; padding:0 16px; border-radius:4px; -webkit-border-radius:4px; background-color:transparent; -webkit-appearance:none;-moz-appearance:none;appearance:none; border:1px solid rgba(204,204,204,0.5); font-size:16px; color:#000; font-family: AppleGothic, Apple SD Gothic Neo, helvetica, '돋움', Dotum, sans-serif;
}
textarea:disabled,
input[type="tel"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type*="date"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="search"]:disabled {border-color:rgba(204,204,204,0.2);}

#contents {
	margin-top: 0;
	font-family: none;
}
section {
	margin-bottom: 0;
	margin-top: 0;
}
.default_container {
	padding: 0;
	flex-grow: 1;
	margin-bottom: -1rem;
}
.default_container textarea input {
	color: #000;
}
.w_container {
	flex-grow: 1;
	padding: 0;
	background-color: #fff;
	margin-bottom: -1rem;
}

.w_container .container {
	width: 100%;
}

.w_container p {
	padding-left: 1rem;
	font-size: 1.5rem;
	color: #000;
}

.w_container .section-header {
	color: #000;
}
.img-respone {
	justify-content: center;
	justify-self: center;
}
.vision_section {
	display: flex;
	flex-direction: column;
}
.ceo p {
	padding-left: 1rem;
	font-size: 1.5rem;
}
.sign {
	text-align: end;
}

a {
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
a,a:hover {
	text-decoration: none !important;
}

.text-black {
	color: #000;
}

.content {
	padding: 7rem 0;
}

.heading {
	font-size: 2.5rem;
	font-weight: 900;
}

.form-control {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
	background: none;
}
.form-control:active,
.form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}
.col-form-label {
	color: #000;
	font-size: 13px;
}
textarea.form-control{
	min-height: 6rem;
}
.btn,
.form-control,
.custom-select {
	height: 45px;
	border-radius: 0;
}

.custom-select {
	border: none;
	border-bottom: 1px solid #ccc;
	padding-left: 0;
	padding-right: 0;
	border-radius: 0;
}
.custom-select:active,
.custom-select:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #000;
}

.btn {
	border: none;
	border-radius: 0;
	font-size: 11px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	border-radius: 30px !important;
}
.btn.btn-primary {
	border-radius: 30px;
	background: #4d80e4;
	color: #fff;
	-webkit-box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2);
	box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2);
}
.btn:hover {
	color: #fff;
}
.btn:active,
.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.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;
}

@media all and (max-width: 768px) {
	.overview_w_container p {
		font-size: medium;
	}
	.download_apps {
		width: 45%;
	}
	.download_app.root {
		opacity: 0;
		display: none;
	}
}

@media all and (max-width: 425px) {
	.overview_w_container p {
		font-size: small;
	}
	.download_apps {
		width: 75%;
	}
}


.notices_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.notices_table th, .notices_table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.notices_table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.notices_table tr {
	cursor: pointer;
}
.notices_table tr:hover {
    background-color: #f1f1f1;
}
.notices_table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.notices_table tr:nth-child(odd) {
    background-color: #fff;
}
.notices_table a {
    text-decoration: none;
    color: #0066cc;
}
.notices_table a:hover {
    text-decoration: underline;
}
.notices_table td, .notices_table th {
    font-weight: bold;
    text-align: center !important;
}
.notices_table .notice-date {
    color: #999;
}
.notices_table .notice-views {
    color: #999;
}
.notices_table .notice-views:hover {
    text-decoration: underline;
}
.notices_table .notice-views a {
    color: #999;
}
#notices_table_wrapper div.dt-search input[type="search"] {
	height: min-content;
	border-radius: 4px !important;
	font-weight: normal !important;
	font-size: 12px !important;
	letter-spacing: 0.2rem !important;
	text-transform: uppercase !important;
	-webkit-transition: 0.3s all ease !important;
	-o-transition: 0.3s all ease !important;
	transition: 0.3s all ease !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	color: #000;
}
#notices_table_wrapper #write_btn {
	height: 2rem;
	margin-left: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: 1rem !important;
	font-weight: normal !important;
	font-size: 12px !important;
	letter-spacing: 0.2rem !important;
	text-transform: uppercase !important;
	-webkit-transition: 0.3s all ease !important;
	-o-transition: 0.3s all ease !important;
	transition: 0.3s all ease !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #4d80e4 !important;
}
#read_modal a {
	text-decoration: none !important;
}
#read_modal {
	color: #000;
}
.read_modal_title {
	font-size: 1.8rem;
	font-weight: bolder;
}
.read_subject {
	font-size: 1.5rem;
	font-weight: 700;
}
.read_note {
	font-size: 1.2rem;
	color: #000;
	padding: 1rem;

}