@charset "EUC-KR";
/* common */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css); /* ³ª´®°íµñ */
@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css); /* ³ª´®¼Õ±Û¾¾ Ææ */
@import url(//fonts.googleapis.com/earlyaccess/nanumbrushscript.css); /* ³ª´®¼Õ±Û¾¾ º× */
@import url(//fonts.googleapis.com/earlyaccess/nanumgothiccoding.css); /* ³ª´®°íµñ ÄÚµå */
@import url(//fonts.googleapis.com/earlyaccess/nanummyeongjo.css); /* ³ª´®¸íÁ¶ */
body {
	font-family: 'Nanum Gothic', serif;
/* 	font-family: 'Nanum Pen Script', serif; */
/* 	font-family: 'Nanum Brush Script', serif; */
/* 	font-family: 'Nanum Myeongjo', serif; */
}
body a {
	color: #ef4036;
}
a:hover {
	color: #d80c00;
}
.t_center {
	text-align: center !important;
}
.hover-pointer {
	cursor: pointer;
}
/* main */
.business-header {
	background-image: url(/resources/img/main/visual.jpg);
	background-position: 50% 15%;
	background-repeat: no-repeat;
	background-size: cover;
}
.article-header, .article-row {
	display: flex;
	flex-wrap: wrap;
}
.article-header-title, .article-row-title {
	flex: 0 0 70%;
	max-width: 70%;
}
.article-header-more, .article-row-date {
	flex: 0 0 30%;
	max-width: 30%;
	text-align: right;
}
.article-header-title, .article-header-more {
	font-size: 1.2rem;
}
.article-header-title {
	font-weight: bold;
}
.article-header-more {
	padding-top: 5px;
}
.brd-more {
	color: black;
}
.brd-more:hover {
	text-decoration: none;
}
.article-row {
	padding: 15px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 0.8rem;
}
@media (min-width: 576px) {
	.article-header-title, .article-header-more {
		font-size: 1.5rem;
	}
	.article-row {
		font-size: 1rem;
	}
}
.article-row-title {
	display: inline-block;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.1em;
}
.article-row-date {
	text-align: right;
	font-size: 0.9em;
}
.card-wrap {
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 1rem !important;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	cursor: pointer;
}
.card-content {
    text-align: center;
}
.card-title {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.card-icon img {
    width: 25%;
}
.card-icon {
    padding-top: 15px;
    text-align: center;
    padding-bottom: 30px;
}
.col-thumbnail {
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media (min-width: 576px) {
	.card-wrap {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px) {
	.card-wrap {
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-thumbnail {
		flex: 0 0 25%;
		max-width: 25%;
	}
}
.card-body {
	height: 180px;
	display: inline-block;
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.quick-icons {
	position: fixed;
	right: 15px;
	top: auto;
	bottom: 15px;
	display: inline-block;
	z-index: 100;
}
.quick-icon {
	box-shadow: 0 1px 2px 0 #999;
	margin-bottom: 20px;
	border-radius: 50%;
	padding: 10px 20px;
	font-size: 0.9em;
	background-color: #dcdcdc;
	opacity: 0.7;
}
@media (min-width: 578px) {
	.quick-icons {
		position: fixed;
		right: 100px;
		top: 150px;
		display: inline-block;
		z-index: 100;
	}
	.quick-icon {
		box-shadow: 0 1px 2px 0 #999;
		margin-bottom: 20px;
		border-radius: 50%;
		padding: 15px 25px;
		font-size: 0.9em;
		background-color: #dcdcdc;
		opacity: 0.7;
	}
}
.quick-icon a {
	color: black;
	text-decoration: none;
}
.modal-body ol>li>p {
	padding: 10px 0 0 10px;
}
.modal-body ol>li>span {
	font-weight: bold;
}
.modal-body ol>li {
	margin: 0 0 20px 0;
	font-size: 0.9em
}
.modal-body ol {
	padding: 0 20px;
	list-style: none;
}
.board-wrap {
	background-color: #fcfcfc;
	border-radius: 10px;
	padding: 20px;
	box-shadow: 3px 3px 8px rgb(125,125,125, 0.6);
}
/* main end */

/* nav */
.nav-item {
	margin-left: 20px;
}
.navbar-menu {
	
}
.navbar-etc {
	font-size: 0.9em;
}
.mobile-navbar-line {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.navbar-light .navbar-nav .nav-link {
	color: black;
	font-size: 1.1em;
}
#navbarResponsive {
	margin-top: 10px;
}
@media (min-width: 992px){
	.mobile-navbar-line {
		display: none;
	}
	#navbarResponsive {
		margin-top: 0;
	}
}
.nav-item .etc {
	color: rgba(0, 0, 0, 0.5);
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	text-decoration: none;
}
.navbar-etc .nav-item {
	margin: 5px 0 5px 20px;
}
@media (min-width: 992px) {
	.navbar-etc .nav-item {
		margin: 0;
	}
}
.pc-logo {
	display: none;
}
.mobile-logo {
	display: block;
}
.navbar-toggler {
	margin-right: 20px;
}
@media (min-width: 578px) {
	.pc-logo {
		display: block;
	}
	.mobile-logo {
		display: none;
	}
	.navbar-toggler {
		margin-right: 0;
	}
}
.sub-bar {
	box-shadow: 1px 1px 5px rgba(68,68,68,0.6);
	width: 100%;
	text-align: center;
	color: white;
	padding: 60px 0 40px;
	text-shadow: 1px 1px 5px #000;
	margin-bottom: 60px;
	background: url(/resources/img/sub_bar.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.sub-bar h2 {
    font-size: 24px;
    letter-spacing: 1px;
}
.sub-bar .location-info {
    list-style: none;
    margin-top: 5px;
    padding-left: 0;
}
.sub-bar .location-info li {
    display: inline-block;
    position: relative;
    padding-left: 25px;
}
.sub-bar .location-info li a {
    color: white;
    font-size: 15px;
    text-decoration: none;
}
.sub-bar .location-info li:first-child:before {
    top: 5px;
    left: 2px;
    width: 16px;
    height: 15px;
    background-image: url(/resources/img/icon_home.png);
}
.sub-bar .location-info li:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 8px;
    width: 6px;
    height: 10px;
    background: url(/resources/img/arrow_route.png) no-repeat;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.sub-bar h2:before {
    background-image: url(/resources/img/icon_guide.png);
}
.sub-bar h2:before {
    content: "";
    display: block;
    position: relative;
    top: -20px;
    width: 52px;
    height: 52px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
/*     background: #1d3752; */
    background-repeat: no-repeat;
}
/* nav end */

/* footer */
.footer-2 {
	display: none;
}
.mobile-footer-2 {
	color: white;
	font-size: 0.7em;
	text-align: center;
	margin-top: 1rem!important;
}
.mobile-footer-2>span {
	text-decoration: none;
	color: white;
	cursor: pointer;
}
.ficon {
	width: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.icons {
	text-align: center;
	margin-top: 1rem!important;
}
.icons>a {
	padding: 0 3px;
}
.copyright-text {
	display: none;
}
.mobile-copyright-text {
	color: white;
	font-size: 0.9em;
	text-align: center;
	margin-top: 5px;
}
.footer-1 {
	width: 340px;
	margin: auto;
} 
@media (min-width: 578px) {
	.ficon {
		width: 40px;
	}
	.mobile-copyright-text {
		color: white;
		font-size: 0.9em;
		text-align: center;
		margin-top: 5px;
	}
	.icons>a {
		padding: 0 5px;
	}
	.mobile-footer-2 {
		font-size: 1em;
	}
	.footer-1 {
		width: 500px;
	} 
	.mobile-copyright-text {
		font-size: 1.0em
	}
}
@media (min-width: 992px) {
	.footer-1 {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		width: inherit;
	}
	.copyright {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.icons {
		flex: 0 0 40%;
		max-width: 40%;
		text-align: right;
	}
	.ficon {
		width: 40px;
	}
	.footer-2 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.footer-2 div {
		flex: 0 0 25%;
		max-width: 25%;
		color: #fff;
		border: 1px solid #b5b5b5;
		padding: 8px;
		text-align: center;
	}
	.footer-2 div:hover {
		cursor: pointer;
	}	
	.copyright-text {
		display: block;
	}
	.mobile-footer-2 {
		display: none;
	}
	.mobile-copyright-text {
		display: none;
	}
}
/* footer end */

/* sub */
body {
	padding-top: 72px;
}
body>.container {
	margin-top:1em !important;
}
@media (min-width: 578px) {
	body>.container {
		margin-top: 0;
	}
	body {
		padding-top: 98px;
	}
}
.nav-pagination {
	text-align: center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination>li {
	display: inline;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.col-thumbnail>a {
	text-decoration: none;
}
.thumb-title {
	padding: 10px;
	text-decoration: none;
	color: #606060;
}
.intro-container {
	display: block;
}
.intro-image {
	flex: none;
	max-width: none;
}
.intro-content {
	padding: 20px 10px 10px 10px;
/* 	font-size: 1.2em; */
	line-height: 1.6em;
	flex: none;
	max-width: none;
}
@media (min-width: 992px) {
	.intro-container {
		display: flex;
		flex-wrap: wrap;
	}
	.intro-image {
		flex: 0 0 40%;
		max-width: 40%;
	}
	.intro-content {
		padding: 0 0 0 20px;
		flex: 0 0 60%;
		max-width: 60%
	}
}
.history_depart {
	display: flex;
	flex-wrap: wrap;
}
.history_depart a:first-child {
	border-left: 1px solid #bababa;
}
.history_depart a:hover {
	background-color: #f1f1f1;
}
.history_depart a.history_depart_active {
	background-color: #f1f1f1;
}
.history_depart a {
	flex: 0 0 33.3%;
	max-width: 33.3%;
	text-align: center;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #bababa;
	padding: 5px 0;
	text-decoration: none;
	color: #212529;
}
.history_content {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.history_content_year {
	flex: 0 0 20%;
	max-width: 20%;
	font-size: 1.2em;
	color: #00adff;
	font-weight: bold;
}
.history_content_content {
	flex: 0 0 80%;
	max-width: 80%;
	font-size: 0.9em;
	padding: 5px 0 20px 0;
}
.history_content_content .bold {
	font-weight: bold;
}
.history_content_02,.history_content_03 {
	display: none;
}
.business_content_box {
	display: flex;
	flex-wrap: wrap;
}
.business_content_img {
	width: 100%;
	margin-bottom: 1.7rem;
}
.business_content_img img {
	width: inherit;
}
.business_content_title {
	font-size: 1.3em;
	font-weight: bold;
	color: #ef4036;
}
.business_content {
	color: #717171;
	margin-bottom: 1.7rem;
	line-height: 1.5em;
	font-size: 1.0em;
}
.business_content_word {
	flex: 0 0 100%;
	max-width: 100%;
}
.business_content_img {
	flex: 0 0 100%;
	max-width: 100%;
	margin-left: 0%;
}
@media (min-width: 992px) {
	.business_content {
		line-height: 1.7em;
		font-size: 1.1em;
	}
}
@media (min-width: 578px) {
	.business_content_word {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.business_content_img {
		flex: 0 0 35%;
		max-width: 35%;
		margin-left: 5%;
	}
}
.support_info_step {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9em;
	height: 70px;
}
.support_info_step_depth.active {
	flex: 0 0 40%;
	max-width: 40%;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #00adff;
	background-color: #00adff;
	color: white;
	font-weight: bold;
}
.support_info_step_depth {
	flex: 0 0 30%;
	max-width: 30%;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ccc;
	background-color: #e9ecef;
	padding: 10px 5px 0 15px;
}
.support_info_step_depth:hover {
	cursor: pointer;
}
.support_info_step_depth_left {
	flex: 0 0 90%;
	max-width: 90%;
}
.support_info_step_depth_right {
	display: none;
}
.support_info_step_depth.active .support_info_step_depth_right {
	display: block;
	flex: 0 0 10%;
}
.support_info_step_depth:first-child.active {
	border-left: 1px solid #00adff;
}
.support_info_step_depth:first-child {
	border-left: 1px solid #cccccc;
}
.support_info_box .visible {
	display: block
}
.support_info_inputbox {
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	padding: 0 15px 15px 15px;
	display: none;
	font-size: 0.9em;
}
.support_info_inputbox_row {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
}
.support_info_inputbox_title {
	flex: 0 0 100%;
	max-width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 15px;
	text-align: left;
}
.support_info_inputbox_content {
	flex: 0 0 100%;
	max-width: 100%;
}
.support_info_inputbox_type {
	border-width: 2px 0 1px 0;
	border-style: solid;
	border-color: #ccc;
	padding: 13px 0 10px 10px;
}
.support_info_inputbox_detail {
	border-bottom: 0;
	padding: 0;
}
.support_info_inputbox_detail_tbl {
	border-top: 2px solid #ccc;
}
.support_info_inputbox label {
	margin-bottom: initial;
	margin-right: 5px;
}
.support_info_inputbox label input[type=checkbox], 
.support_info_inputbox label input[type=radio] {
	margin-right: 5px;
}
.support_info_inputbox_message {
	font-size: 0.8em;
	font-weight: normal;
	color: #7b7b7b;
}
.support_info_inputbox_title .support_info_inputbox_message {
	display: inline-block;
	padding-left: 10px;
}
.support_info_inputbox_detail .support_info_inputbox_message {
	display: none;
}
.support_info_inputbox_detail_tbl table {
	width: 100%;
}
.support_info_inputbox_detail_tbl tr {
	border-bottom: 1px solid #ccc;
}
.support_info_inputbox_detail_tbl th {
	background-color: #f2f2f2;
	width: 35%;
}
.support_info_inputbox_detail_tbl tr th, .support_info_inputbox_detail_tbl tr td {
	padding: 10px 0 10px 10px;
	vertical-align: top;
}
.support_etc_guide {
	font-size: 0.8em;
	margin: 20px 10px 10px 10px;
}
.support_etc_btngrp {
	text-align: center;
	margin-top: 30px;
}
.support_etc_btngrp button {
	background-color: #00adff;
	border: 0;
	padding: 10px 40px;
	font-size: 1.1em;
	color: white;
	font-weight: bold;
	border-radius: 5px;
}
.support_etc_btngrp button:hover {
	cursor: pointer;
}
.support_info_inputbox_detail_tbl input[type="text"] {
	width: 100%;
	padding: 2px 8px;
}
.support_info_inputbox_detail_tbl {
	border-top: 2px solid #ccc;
}
#support_post {
	width: 35%;
}
#btnPost {
	width: 60%;
	float: right;
	padding: 2px 8px;
}
#support_addr_1, #support_addr_2 {
	margin-top: 5px;
}
@media (min-width: 578px) {
	.support_info_step_depth.active {
		flex: 0 0 60%;
		max-width: 60%;
	}
	.support_info_step_depth {
		flex: 0 0 20%;
		max-width: 20%;
	}
	.support_info_inputbox {
		font-size: 0.9em;
	}
	.support_info_inputbox_row {
		padding-top: 30px;
	}
	.support_info_inputbox_title {
		flex: 0 0 20%;
		max-width: 20%;
		padding-top: 0;
		text-align: center;
	}
	.support_info_inputbox_content {
		flex: 0 0 80%;
		max-width: 80%;
	}
	.support_info_inputbox_title .support_info_inputbox_message {
		display: none;
	}
	.support_info_inputbox_detail .support_info_inputbox_message {
		display: block;
	}
	.support_info_inputbox_detail {
		padding: 5px;
	}
}
@media (min-width: 992px) {
	.support_info_inputbox {
		font-size: 1em;
	}
}
.table td a {
	color: #000;
	text-decoration: none;
}
.article_container {
	padding: 20px;
}
.article_title_zone {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.article_title {
	flex: 0 0 70%;
	max-width: 70%;
}
.article_info {
	flex: 0 0 30%;
	max-width: 30%;
	font-size: 0.9em;
	color: #888;
	text-align: right;
}
.article_info span {
	font-weight: bold;
}
.article_detail_zone {
	margin-top: 20px;
}
.article_prevnext_zone {
	margin-top: 30px;
	border-top: 1px solid rgba(128, 128, 128, 0.2);
}
.next-prev {
	padding: 10px 0;
	border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
.next-prev span {
	font-weight: bold;
	margin: 0 20px;
}
.article_press_corps {
	font-size: 0.9em;
	color: #888;
	flex: 0 0 20%;
	max-width: 20%;
}
.article_press_link {
	text-align: right;
	flex: 0 0 80%;
	max-width: 80%;
	font-size: 0.9em;
	color: #888;
}
.article_press_link a {
	color: #888;
}
.button_group {
	margin-top: 20px;
	text-align: right;
}
.button_group button {
	margin-left: 5px;
}
.article_title_zone div {
	margin-bottom: 8px;
}
.detail-content-gallery {
	width: fit-content;
	padding: 20px 0;
	margin: auto;
}
.intro-container-a {
	position: relative;
	font-size: 10px;
	font-family: sans-serif;
	line-height: 1.5;
	text-align: center;
}
.intro-content-a {
	padding: 0 10%;
}
.intro-content-a .business-title {
	font-size: 1.4rem;
	font-weight: bold;
}
.intro-content-a .business-content {
	font-size: 1rem;
}
@media (min-width: 578px) {
	.intro-container-a {
		font-size: 15px;
	}
	.intro-content-a .business-title {
		font-size: 1.6rem;
	}
	.intro-content-a .business-content {
		font-size: 1.1rem;
	}
}
@media (min-width: 992px) {
	.intro-container-a {
		font-size: 20px;
	}
	.intro-content-a .business-title {
		font-size: 1.8rem;
	}
	.intro-content-a .business-content {
		font-size: 1.2rem;
	}
}
.main-title-kr {
	color: rgb(152, 152, 152);
	font-size: 1.8em;
}
.main-title-en {
	font-size: 2.3em;
}
.intro-container-a hr {
    width: 85px;
    height: 2px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.intro-images {
    margin: auto;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.intro-images img {
	width: inherit;
	display: none;
}
.intro-images img:first-child {
	display: inline;
}
@media (min-width: 578px) {
	.intro-images {
		width: auto;
	}
}
@media (min-width: 992px) {
	.intro-images img {
		display: inline;
	}
	.intro-images img:nth-child(3) {
		display: none;
	}
}
@media (min-width: 1200px) {
	.intro-images img {
		display: inline;
	}
	.intro-images img:nth-child(3) {
		display: inline;
	}
}
.article_detail_zone figure {
	text-align: center;
}
.article_detail_zone figure img{
	width: auto;
}
.article_form_content_zone figure.image {
	width: fit-content;
    margin: auto;
}
.article_form_content_zone figure.image img {
	width: auto;
}
/* sub end */
/* img title on black board */
.img-div {
	position: relative;
}
.img-text {
	padding: 5px 10px;
	font-size: 0.9em;
	color: white;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.6);
}
